#4AC79E

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

Shades of Puerto Rico #4AC79E

Tints of Puerto Rico #4AC79E

Color information

#4AC79E (or 0x4AC79E) is unknown color: approx Puerto Rico. HEX triplet: 4A, C7 and 9E. RGB value is (74,199,158). Sum of RGB (Red+Green+Blue) = 74+199+158=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC79E is #B53861. Grayscale: #9C9C9C. Windows color (decimal): -11876450 or 10405706. OLE color: 10405706.

HSL color Cylindrical-coordinate representation of color #4AC79E: hue angle of 160.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC79E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB74199158-
CMYK0.6300.210.22
HSL160.32º52.74%53.53%-
HSV(B)160.32º62.81%78.04%-
XYZ29.4244.7739.44-
YUV156.95128.5968.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 199 (78.12% from 255) = 46.17%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=17.17%
G=46.17%
B=36.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741991580.6300.210.22160.3252.7453.53
Hex4AC79E3F01516a03536
Octal11230723677025262406566
Binary100101011000111100111101111110101011011010100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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