#4AB6AA

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

Shades of Puerto Rico #4AB6AA

Tints of Puerto Rico #4AB6AA

Color information

#4AB6AA (or 0x4AB6AA) is unknown color: approx Puerto Rico. HEX triplet: 4A, B6 and AA. RGB value is (74,182,170). Sum of RGB (Red+Green+Blue) = 74+182+170=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB6AA is #B54955. Grayscale: #949494. Windows color (decimal): -11880790 or 11187786. OLE color: 11187786.

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

Color convert

RGB74182170-
CMYK0.5900.070.29
HSL173.33º42.52%50.2%-
HSV(B)173.33º59.34%71.37%-
XYZ26.8137.8143.92-
YUV148.34140.2274.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.37%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=17.37%
G=42.72%
B=39.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821700.5900.070.29173.3342.5250.2
Hex4AB6AA3B071Dad2b32
Octal1122662527307352555362
Binary1001010101101101010101011101101111110110101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,170); }

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

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

 a { background-color: rgb(74,182,170); }

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

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

 span { border-color: rgb(74,182,170); }

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