#4AB69E

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

Shades of Puerto Rico #4AB69E

Tints of Puerto Rico #4AB69E

Color information

#4AB69E (or 0x4AB69E) is unknown color: approx Puerto Rico. HEX triplet: 4A, B6 and 9E. RGB value is (74,182,158). Sum of RGB (Red+Green+Blue) = 74+182+158=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB69E is #B54961. Grayscale: #929292. Windows color (decimal): -11880802 or 10401354. OLE color: 10401354.

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

Color convert

RGB74182158-
CMYK0.5900.130.29
HSL166.67º42.52%50.2%-
HSV(B)166.67º59.34%71.37%-
XYZ25.7237.3838.21-
YUV146.97134.2275.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.87%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=17.87%
G=43.96%
B=38.16%

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
Decimal741821580.5900.130.29166.6742.5250.2
Hex4AB69E3B0D1Da72b32
Octal11226623673015352475362
Binary10010101011011010011110111011011011110110100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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