#4AC69E

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

Shades of Puerto Rico #4AC69E

Tints of Puerto Rico #4AC69E

Color information

#4AC69E (or 0x4AC69E) is unknown color: approx Puerto Rico. HEX triplet: 4A, C6 and 9E. RGB value is (74,198,158). Sum of RGB (Red+Green+Blue) = 74+198+158=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC69E is #B53961. Grayscale: #9C9C9C. Windows color (decimal): -11876706 or 10405450. OLE color: 10405450.

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

Color convert

RGB74198158-
CMYK0.6300.200.22
HSL160.65º52.1%53.33%-
HSV(B)160.65º62.63%77.65%-
XYZ29.1944.3139.36-
YUV156.36128.9269.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.21%
GREEN value IS 198 (77.73% from 255) = 46.05%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=17.21%
G=46.05%
B=36.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741981580.6300.200.22160.6552.153.33
Hex4AC69E3F01416a13435
Octal11230623677024262416465
Binary100101011000110100111101111110101001011010100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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