#4AAE96

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

Shades of Puerto Rico #4AAE96

Tints of Puerto Rico #4AAE96

Color information

#4AAE96 (or 0x4AAE96) is unknown color: approx Puerto Rico. HEX triplet: 4A, AE and 96. RGB value is (74,174,150). Sum of RGB (Red+Green+Blue) = 74+174+150=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE96 is #B55169. Grayscale: #8D8D8D. Windows color (decimal): -11882858 or 9875018. OLE color: 9875018.

HSL color Cylindrical-coordinate representation of color #4AAE96: hue angle of 165.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE96 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB74174150-
CMYK0.5700.140.32
HSL165.6º40.32%48.63%-
HSV(B)165.6º57.47%68.24%-
XYZ23.4733.9334.17-
YUV141.36132.8779.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=18.59%
G=43.72%
B=37.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741741500.5700.140.32165.640.3248.63
Hex4AAE96390E20a62831
Octal11225622671016402465061
Binary100101010101110100101101110010111010000010100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,174,150); }

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

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

 a { background-color: rgb(74,174,150); }

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

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

 span { border-color: rgb(74,174,150); }

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