#4DCCAD

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

Shades of Puerto Rico #4DCCAD

Tints of Puerto Rico #4DCCAD

Color information

#4DCCAD (or 0x4DCCAD) is unknown color: approx Puerto Rico. HEX triplet: 4D, CC and AD. RGB value is (77,204,173). Sum of RGB (Red+Green+Blue) = 77+204+173=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCAD is #B23352. Grayscale: #A2A2A2. Windows color (decimal): -11678547 or 11390029. OLE color: 11390029.

HSL color Cylindrical-coordinate representation of color #4DCCAD: hue angle of 165.35º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCAD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB77204173-
CMYK0.6200.150.2
HSL165.35º55.46%55.1%-
HSV(B)165.35º62.25%80%-
XYZ32.247.7847.06-
YUV162.49133.9267.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.96%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=16.96%
G=44.93%
B=38.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal772041730.6200.150.2165.3555.4655.1
Hex4DCCAD3E0F14a53737
Octal11531425576017242456767
Binary10011011100110010101101111110011111010010100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,204,173); }

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

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

 a { background-color: rgb(77,204,173); }

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

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

 span { border-color: rgb(77,204,173); }

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