#4ABBAC

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

Shades of Puerto Rico #4ABBAC

Tints of Puerto Rico #4ABBAC

Color information

#4ABBAC (or 0x4ABBAC) is unknown color: approx Puerto Rico. HEX triplet: 4A, BB and AC. RGB value is (74,187,172). Sum of RGB (Red+Green+Blue) = 74+187+172=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABBAC is #B54453. Grayscale: #979797. Windows color (decimal): -11879508 or 11320138. OLE color: 11320138.

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

Color convert

RGB74187172-
CMYK0.6000.080.27
HSL172.04º45.38%51.18%-
HSV(B)172.04º60.43%73.33%-
XYZ28.0439.9845.27-
YUV151.5139.5672.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=17.09%
G=43.19%
B=39.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741871720.6000.080.27172.0445.3851.18
Hex4ABBAC3C081Bac2d33
Octal11227325474010332545563
Binary10010101011101110101100111100010001101110101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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