#4AB5A4

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

Shades of Puerto Rico #4AB5A4

Tints of Puerto Rico #4AB5A4

Color information

#4AB5A4 (or 0x4AB5A4) is unknown color: approx Puerto Rico. HEX triplet: 4A, B5 and A4. RGB value is (74,181,164). Sum of RGB (Red+Green+Blue) = 74+181+164=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB5A4 is #B54A5B. Grayscale: #939393. Windows color (decimal): -11881052 or 10794314. OLE color: 10794314.

HSL color Cylindrical-coordinate representation of color #4AB5A4: hue angle of 170.47º 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 #4AB5A4 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB74181164-
CMYK0.5900.090.29
HSL170.47º41.96%50%-
HSV(B)170.47º59.12%70.98%-
XYZ26.0537.1840.93-
YUV147.07137.5575.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.66%
GREEN value IS 181 (71.09% from 255) = 43.20%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=17.66%
G=43.20%
B=39.14%

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
Decimal741811640.5900.090.29170.4741.9650
Hex4AB5A43B091Daa2a32
Octal11226524473011352525262
Binary10010101011010110100100111011010011110110101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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