#4AB4A4

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

Shades of Puerto Rico #4AB4A4

Tints of Puerto Rico #4AB4A4

Color information

#4AB4A4 (or 0x4AB4A4) is unknown color: approx Puerto Rico. HEX triplet: 4A, B4 and A4. RGB value is (74,180,164). Sum of RGB (Red+Green+Blue) = 74+180+164=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB4A4 is #B54B5B. Grayscale: #929292. Windows color (decimal): -11881308 or 10794058. OLE color: 10794058.

HSL color Cylindrical-coordinate representation of color #4AB4A4: hue angle of 170.94º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB4A4 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB74180164-
CMYK0.5900.090.29
HSL170.94º41.73%49.8%-
HSV(B)170.94º58.89%70.59%-
XYZ25.8536.7840.86-
YUV146.48137.8876.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.70%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=17.70%
G=43.06%
B=39.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801640.5900.090.29170.9441.7349.8
Hex4AB4A43B091Dab2a32
Octal11226424473011352535262
Binary10010101011010010100100111011010011110110101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,164); }

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

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

 a { background-color: rgb(74,180,164); }

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

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

 span { border-color: rgb(74,180,164); }

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