Html Css Color HEX #4DCAA0 Puerto Rico

📋 copy color: '#4DCAA0'

red 77 ◦ green 202 ◦ blue 160

#4DCAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4DCAA0

Tints of Puerto Rico #4DCAA0

RGB

 RED value IS 77 (30.47% from 255) = 17.54%

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 17.54%
G = 46.01%
B = 36.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#4DCAA0 (or 0x4DCAA0) is known color: Puerto Rico. HEX triplet: 4D, CA and A0. RGB value is (77,202,160). Sum of RGB (Red+Green+Blue) = 77+202+160=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA0 is #B2355F. Grayscale: #9F9F9F. Windows color (decimal): -11679072 or 10537549. OLE color: 10537549.

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

Color convert

RGB 77 202 160 -
CMYK 0.62 0 0.21 0.21
HSL 159.84º 0.54% 0.55% -
HSV(B) 159.84º 0.62% 0.79% -
XYZ 30.53 46.36 40.6 -
YUV 159.84 128.09 68.92 -
System Red Green Blue C M Y K H S L
Decimal 77 202 160 0.62 0 0.21 0.21 159.84 0.54 0.55
Hex 4D CA A0 3E 0 15 15 A0 36 37
Octal 115 312 240 76 0 25 25 240 66 67
Binary 1001101 11001010 10100000 111110 0 10101 10101 10100000 110110 110111

Color Harmonies of #4DCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAA0

Black with #4DCAA0

Text Example


Text Example

White with #4DCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DCAA0;
 }
 .AnyTagClassName
 {
   color: #4DCAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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