#4AB69F

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

Shades of Puerto Rico #4AB69F

Tints of Puerto Rico #4AB69F

Color information

#4AB69F (or 0x4AB69F) is unknown color: approx Puerto Rico. HEX triplet: 4A, B6 and 9F. RGB value is (74,182,159). Sum of RGB (Red+Green+Blue) = 74+182+159=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB69F is #B54960. Grayscale: #939393. Windows color (decimal): -11880801 or 10466890. OLE color: 10466890.

HSL color Cylindrical-coordinate representation of color #4AB69F: hue angle of 167.22º degrees, saturation: 0.43, 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 #4AB69F is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB74182159-
CMYK0.5900.130.29
HSL167.22º42.52%50.2%-
HSV(B)167.22º59.34%71.37%-
XYZ25.8137.4138.66-
YUV147.09134.7275.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=17.83%
G=43.86%
B=38.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821590.5900.130.29167.2242.5250.2
Hex4AB69F3B0D1Da72b32
Octal11226623773015352475362
Binary10010101011011010011111111011011011110110100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,159); }

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

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

 a { background-color: rgb(74,182,159); }

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

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

 span { border-color: rgb(74,182,159); }

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