#4AB4AF

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

Shades of Puerto Rico #4AB4AF

Tints of Puerto Rico #4AB4AF

Color information

#4AB4AF (or 0x4AB4AF) is unknown color: approx Puerto Rico. HEX triplet: 4A, B4 and AF. RGB value is (74,180,175). Sum of RGB (Red+Green+Blue) = 74+180+175=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB4AF is #B54B50. Grayscale: #939393. Windows color (decimal): -11881297 or 11514954. OLE color: 11514954.

HSL color Cylindrical-coordinate representation of color #4AB4AF: hue angle of 177.17º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB4AF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB74180175-
CMYK0.5900.030.29
HSL177.17º41.73%49.8%-
HSV(B)177.17º58.89%70.59%-
XYZ26.8837.1946.32-
YUV147.74143.3875.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.25%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=17.25%
G=41.96%
B=40.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801750.5900.030.29177.1741.7349.8
Hex4AB4AF3B031Db12a32
Octal1122642577303352615262
Binary100101010110100101011111110110111110110110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,175); }

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

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

 a { background-color: rgb(74,180,175); }

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

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

 span { border-color: rgb(74,180,175); }

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