#4ABAA6

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

Shades of Puerto Rico #4ABAA6

Tints of Puerto Rico #4ABAA6

Color information

#4ABAA6 (or 0x4ABAA6) is unknown color: approx Puerto Rico. HEX triplet: 4A, BA and A6. RGB value is (74,186,166). Sum of RGB (Red+Green+Blue) = 74+186+166=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABAA6 is #B54559. Grayscale: #969696. Windows color (decimal): -11879770 or 10926666. OLE color: 10926666.

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

Color convert

RGB74186166-
CMYK0.6000.110.27
HSL169.29º44.8%50.98%-
HSV(B)169.29º60.22%72.94%-
XYZ27.2739.3342.23-
YUV150.23136.8973.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.37%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=17.37%
G=43.66%
B=38.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741861660.6000.110.27169.2944.850.98
Hex4ABAA63C0B1Ba92d33
Octal11227224674013332515563
Binary10010101011101010100110111100010111101110101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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