#4ABB9C

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

Shades of Puerto Rico #4ABB9C

Tints of Puerto Rico #4ABB9C

Color information

#4ABB9C (or 0x4ABB9C) is unknown color: approx Puerto Rico. HEX triplet: 4A, BB and 9C. RGB value is (74,187,156). Sum of RGB (Red+Green+Blue) = 74+187+156=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABB9C is #B54463. Grayscale: #959595. Windows color (decimal): -11879524 or 10271562. OLE color: 10271562.

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

Color convert

RGB74187156-
CMYK0.6000.170.27
HSL163.54º45.38%51.18%-
HSV(B)163.54º60.43%73.33%-
XYZ26.639.437.66-
YUV149.68131.5674.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.75%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=17.75%
G=44.84%
B=37.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741871560.6000.170.27163.5445.3851.18
Hex4ABB9C3C0111Ba42d33
Octal11227323474021332445563
Binary100101010111011100111001111000100011101110100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,156); }

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

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

 a { background-color: rgb(74,187,156); }

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

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

 span { border-color: rgb(74,187,156); }

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