#4DA79A

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

Shades of Puerto Rico #4DA79A

Tints of Puerto Rico #4DA79A

Color information

#4DA79A (or 0x4DA79A) is unknown color: approx Puerto Rico. HEX triplet: 4D, A7 and 9A. RGB value is (77,167,154). Sum of RGB (Red+Green+Blue) = 77+167+154=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA79A is #B25865. Grayscale: #8A8A8A. Windows color (decimal): -11688038 or 10135373. OLE color: 10135373.

HSL color Cylindrical-coordinate representation of color #4DA79A: hue angle of 171.33º 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 #4DA79A is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB77167154-
CMYK0.5400.080.35
HSL171.33º36.89%47.84%-
HSV(B)171.33º53.89%65.49%-
XYZ22.7131.5535.46-
YUV138.61136.6884.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.35%
GREEN value IS 167 (65.62% from 255) = 41.96%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=19.35%
G=41.96%
B=38.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771671540.5400.080.35171.3336.8947.84
Hex4DA79A360823ab2530
Octal11524723266010432534560
Binary100110110100111100110101101100100010001110101011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,167,154); }

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

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

 a { background-color: rgb(77,167,154); }

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

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

 span { border-color: rgb(77,167,154); }

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