#4cbcaf

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

Shades of Puerto Rico #4CBCAF

Tints of Puerto Rico #4CBCAF

Color information

#4CBCAF (or 0x4CBCAF) is unknown color: approx Puerto Rico. HEX triplet: 4C, BC and AF. RGB value is (76,188,175). Sum of RGB (Red+Green+Blue) = 76+188+175=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCAF is #B34350. Grayscale: #989898. Windows color (decimal): -11748177 or 11517004. OLE color: 11517004.

HSL color Cylindrical-coordinate representation of color #4CBCAF: hue angle of 173.04º 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 #4CBCAF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB76188175-
CMYK0.6000.070.26
HSL173.04º45.53%51.76%-
HSV(B)173.04º59.57%73.73%-
XYZ28.740.646.88-
YUV153.03140.3973.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.31%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=17.31%
G=42.82%
B=39.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761881750.6000.070.26173.0445.5351.76
Hex4CBCAF3C071Aad2e34
Octal1142742577407322555664
Binary1001100101111001010111111110001111101010101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cbcaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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