#4CC1B2

Color #4CC1B2 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4CC1B2

Tints of Puerto Rico #4CC1B2

Color information

#4CC1B2 (or 0x4CC1B2) is unknown color: approx Puerto Rico. HEX triplet: 4C, C1 and B2. RGB value is (76,193,178). Sum of RGB (Red+Green+Blue) = 76+193+178=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC1B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC1B2 is #B33E4D. Grayscale: #9C9C9C. Windows color (decimal): -11746894 or 11714892. OLE color: 11714892.

HSL color Cylindrical-coordinate representation of color #4CC1B2: hue angle of 172.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1B2 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB76193178-
CMYK0.6100.080.24
HSL172.31º48.55%52.75%-
HSV(B)172.31º60.62%75.69%-
XYZ30.0942.8948.81-
YUV156.31140.2470.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 17.00%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=17.00%
G=43.18%
B=39.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931780.6100.080.24172.3148.5552.75
Hex4CC1B23D0818ac3135
Octal11430126275010302546165
Binary10011001100000110110010111101010001100010101100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC1B2; }

 p { color: rgb(76,193,178); }

 H1.HeaderClassName
 {
   color: #4CC1B2;
 }
 .AnyTagClassName
 {
   color: #4CC1B2;
 }
</style>
background-color css

<style>
 a { background-color: #4CC1B2; }

 a { background-color: rgb(76,193,178); }

 div.DivClassName
 {
   background-color: #4CC1B2;
 }
 .BgClassName
 {
   background-color: #4CC1B2;
 }
</style>
border-color css

<style>
 span { border-color: #4CC1B2; }

 span { border-color: rgb(76,193,178); }

 td.TdClassName
 {
   border-color: #4CC1B2;
 }
 .TagClassName
 {
   border-color: #4CC1B2;
 }
</style>