#4DA697

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

Shades of Puerto Rico #4DA697

Tints of Puerto Rico #4DA697

Color information

#4DA697 (or 0x4DA697) is unknown color: approx Puerto Rico. HEX triplet: 4D, A6 and 97. RGB value is (77,166,151). Sum of RGB (Red+Green+Blue) = 77+166+151=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA697 is #B25968. Grayscale: #898989. Windows color (decimal): -11688297 or 9938509. OLE color: 9938509.

HSL color Cylindrical-coordinate representation of color #4DA697: hue angle of 169.89º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA697 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB77166151-
CMYK0.5400.090.35
HSL169.89º36.63%47.65%-
HSV(B)169.89º53.61%65.1%-
XYZ22.2831.0834.1-
YUV137.68135.5184.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=19.54%
G=42.13%
B=38.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771661510.5400.090.35169.8936.6347.65
Hex4DA697360923aa2530
Octal11524622766011432524560
Binary100110110100110100101111101100100110001110101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,166,151); }

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

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

 a { background-color: rgb(77,166,151); }

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

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

 span { border-color: rgb(77,166,151); }

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