#4ABAAE

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

Shades of Puerto Rico #4ABAAE

Tints of Puerto Rico #4ABAAE

Color information

#4ABAAE (or 0x4ABAAE) is unknown color: approx Puerto Rico. HEX triplet: 4A, BA and AE. RGB value is (74,186,174). Sum of RGB (Red+Green+Blue) = 74+186+174=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABAAE is #B54551. Grayscale: #979797. Windows color (decimal): -11879762 or 11450954. OLE color: 11450954.

HSL color Cylindrical-coordinate representation of color #4ABAAE: hue angle of 173.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABAAE is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB74186174-
CMYK0.6000.060.27
HSL173.57º44.8%50.98%-
HSV(B)173.57º60.22%72.94%-
XYZ28.0239.6346.22-
YUV151.14140.8972.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.05%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=17.05%
G=42.86%
B=40.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741861740.6000.060.27173.5744.850.98
Hex4ABAAE3C061Bae2d33
Octal1122722567406332565563
Binary1001010101110101010111011110001101101110101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,186,174); }

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

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

 a { background-color: rgb(74,186,174); }

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

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

 span { border-color: rgb(74,186,174); }

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