#4CBDAB

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

Shades of Puerto Rico #4CBDAB

Tints of Puerto Rico #4CBDAB

Color information

#4CBDAB (or 0x4CBDAB) is unknown color: approx Puerto Rico. HEX triplet: 4C, BD and AB. RGB value is (76,189,171). Sum of RGB (Red+Green+Blue) = 76+189+171=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDAB is #B34254. Grayscale: #999999. Windows color (decimal): -11747925 or 11255116. OLE color: 11255116.

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

Color convert

RGB76189171-
CMYK0.6000.100.26
HSL170.44º46.12%51.96%-
HSV(B)170.44º59.79%74.12%-
XYZ28.5340.8744.91-
YUV153.16138.0672.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.43%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=17.43%
G=43.35%
B=39.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761891710.6000.100.26170.4446.1251.96
Hex4CBDAB3C0A1Aaa2e34
Octal11427525374012322525664
Binary10011001011110110101011111100010101101010101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,189,171); }

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

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

 a { background-color: rgb(76,189,171); }

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

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

 span { border-color: rgb(76,189,171); }

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