#4AC69C

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

Shades of Puerto Rico #4AC69C

Tints of Puerto Rico #4AC69C

Color information

#4AC69C (or 0x4AC69C) is unknown color: approx Puerto Rico. HEX triplet: 4A, C6 and 9C. RGB value is (74,198,156). Sum of RGB (Red+Green+Blue) = 74+198+156=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC69C is #B53963. Grayscale: #9C9C9C. Windows color (decimal): -11876708 or 10274378. OLE color: 10274378.

HSL color Cylindrical-coordinate representation of color #4AC69C: hue angle of 159.68º 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 #4AC69C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB74198156-
CMYK0.6300.210.22
HSL159.68º52.1%53.33%-
HSV(B)159.68º62.63%77.65%-
XYZ29.0244.2438.46-
YUV156.14127.9269.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.29%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=17.29%
G=46.26%
B=36.45%

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
Decimal741981560.6300.210.22159.6852.153.33
Hex4AC69C3F01516a03435
Octal11230623477025262406465
Binary100101011000110100111001111110101011011010100000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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