#4DCAB0

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

Shades of Puerto Rico #4DCAB0

Tints of Puerto Rico #4DCAB0

Color information

#4DCAB0 (or 0x4DCAB0) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and B0. RGB value is (77,202,176). Sum of RGB (Red+Green+Blue) = 77+202+176=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAB0 is #B2354F. Grayscale: #A1A1A1. Windows color (decimal): -11679056 or 11586125. OLE color: 11586125.

HSL color Cylindrical-coordinate representation of color #4DCAB0: hue angle of 167.52º 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 #4DCAB0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB77202176-
CMYK0.6200.130.21
HSL167.52º54.11%54.71%-
HSV(B)167.52º61.88%79.22%-
XYZ32.0246.9548.45-
YUV161.66136.0967.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=16.92%
G=44.40%
B=38.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021760.6200.130.21167.5254.1154.71
Hex4DCAB03E0D15a83637
Octal11531226076015252506667
Binary10011011100101010110000111110011011010110101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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