Html Css Color HEX #4DCEA0 Puerto Rico

📋 copy color: '#4DCEA0'

red 77 ◦ green 206 ◦ blue 160

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

Shades of Puerto Rico #4DCEA0

Tints of Puerto Rico #4DCEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

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

R = 17.38%
G = 46.5%
B = 36.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#4DCEA0 (or 0x4DCEA0) is known color: Puerto Rico. HEX triplet: 4D, CE and A0. RGB value is (77,206,160). Sum of RGB (Red+Green+Blue) = 77+206+160=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEA0 is #B2315F. Grayscale: #A2A2A2. Windows color (decimal): -11678048 or 10538573. OLE color: 10538573.

HSL color Cylindrical-coordinate representation of color #4DCEA0: hue angle of 158.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEA0 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 160 -
CMYK 0.63 0 0.22 0.19
HSL 158.6º 0.57% 0.55% -
HSV(B) 158.6º 0.63% 0.81% -
XYZ 31.48 48.26 40.91 -
YUV 162.19 126.76 67.24 -
System Red Green Blue C M Y K H S L
Decimal 77 206 160 0.63 0 0.22 0.19 158.6 0.57 0.55
Hex 4D CE A0 3F 0 16 13 9F 39 37
Octal 115 316 240 77 0 26 23 237 71 67
Binary 1001101 11001110 10100000 111111 0 10110 10011 10011111 111001 110111

Color Harmonies of #4DCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEA0

Black with #4DCEA0

Text Example


Text Example

White with #4DCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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