#4ABAA9

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

Shades of Puerto Rico #4ABAA9

Tints of Puerto Rico #4ABAA9

Color information

#4ABAA9 (or 0x4ABAA9) is unknown color: approx Puerto Rico. HEX triplet: 4A, BA and A9. RGB value is (74,186,169). Sum of RGB (Red+Green+Blue) = 74+186+169=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABAA9 is #B54556. Grayscale: #969696. Windows color (decimal): -11879767 or 11123274. OLE color: 11123274.

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

Color convert

RGB74186169-
CMYK0.6000.090.27
HSL170.89º44.8%50.98%-
HSV(B)170.89º60.22%72.94%-
XYZ27.5439.4443.7-
YUV150.57138.3973.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.25%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=17.25%
G=43.36%
B=39.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741861690.6000.090.27170.8944.850.98
Hex4ABAA93C091Bab2d33
Octal11227225174011332535563
Binary10010101011101010101001111100010011101110101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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