#4AAF97

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

Shades of Puerto Rico #4AAF97

Tints of Puerto Rico #4AAF97

Color information

#4AAF97 (or 0x4AAF97) is unknown color: approx Puerto Rico. HEX triplet: 4A, AF and 97. RGB value is (74,175,151). Sum of RGB (Red+Green+Blue) = 74+175+151=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF97 is #B55068. Grayscale: #8E8E8E. Windows color (decimal): -11882601 or 9940810. OLE color: 9940810.

HSL color Cylindrical-coordinate representation of color #4AAF97: hue angle of 165.74º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF97 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB74175151-
CMYK0.5800.140.31
HSL165.74º40.56%48.82%-
HSV(B)165.74º57.71%68.63%-
XYZ23.7434.3534.66-
YUV142.06133.0479.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=18.5%
G=43.75%
B=37.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741751510.5800.140.31165.7440.5648.82
Hex4AAF973A0E1Fa62931
Octal11225722772016372465161
Binary10010101010111110010111111010011101111110100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,175,151); }

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

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

 a { background-color: rgb(74,175,151); }

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

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

 span { border-color: rgb(74,175,151); }

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