#4CBCB2

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

Shades of Puerto Rico #4CBCB2

Tints of Puerto Rico #4CBCB2

Color information

#4CBCB2 (or 0x4CBCB2) is unknown color: approx Puerto Rico. HEX triplet: 4C, BC and B2. RGB value is (76,188,178). Sum of RGB (Red+Green+Blue) = 76+188+178=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCB2 is #B3434D. Grayscale: #999999. Windows color (decimal): -11748174 or 11713612. OLE color: 11713612.

HSL color Cylindrical-coordinate representation of color #4CBCB2: hue angle of 174.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCB2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB76188178-
CMYK0.6000.050.26
HSL174.64º45.53%51.76%-
HSV(B)174.64º59.57%73.73%-
XYZ2940.7248.45-
YUV153.37141.8972.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.19%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=17.19%
G=42.53%
B=40.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761881780.6000.050.26174.6445.5351.76
Hex4CBCB23C051Aaf2e34
Octal1142742627405322575664
Binary1001100101111001011001011110001011101010101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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