#4DCAAE

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

Shades of Puerto Rico #4DCAAE

Tints of Puerto Rico #4DCAAE

Color information

#4DCAAE (or 0x4DCAAE) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and AE. RGB value is (77,202,174). Sum of RGB (Red+Green+Blue) = 77+202+174=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAAE is #B23551. Grayscale: #A1A1A1. Windows color (decimal): -11679058 or 11455053. OLE color: 11455053.

HSL color Cylindrical-coordinate representation of color #4DCAAE: hue angle of 166.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAAE is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB77202174-
CMYK0.6200.140.21
HSL166.56º54.11%54.71%-
HSV(B)166.56º61.88%79.22%-
XYZ31.8246.8747.42-
YUV161.43135.0967.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.00%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=17.00%
G=44.59%
B=38.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021740.6200.140.21166.5654.1154.71
Hex4DCAAE3E0E15a73637
Octal11531225676016252476667
Binary10011011100101010101110111110011101010110100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,202,174); }

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

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

 a { background-color: rgb(77,202,174); }

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

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

 span { border-color: rgb(77,202,174); }

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