Html Css Color HEX #4DCEB0 Puerto Rico

📋 copy color: '#4DCEB0'

red 77 ◦ green 206 ◦ blue 176

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

Shades of Puerto Rico #4DCEB0

Tints of Puerto Rico #4DCEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 16.78%
G = 44.88%
B = 38.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#4DCEB0 (or 0x4DCEB0) is known color: Puerto Rico. HEX triplet: 4D, CE and B0. RGB value is (77,206,176). Sum of RGB (Red+Green+Blue) = 77+206+176=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEB0 is #B2314F. Grayscale: #A4A4A4. Windows color (decimal): -11678032 or 11587149. OLE color: 11587149.

HSL color Cylindrical-coordinate representation of color #4DCEB0: hue angle of 166.05º 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 #4DCEB0 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 176 -
CMYK 0.63 0 0.15 0.19
HSL 166.05º 0.57% 0.55% -
HSV(B) 166.05º 0.63% 0.81% -
XYZ 32.97 48.85 48.77 -
YUV 164.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 77 206 176 0.63 0 0.15 0.19 166.05 0.57 0.55
Hex 4D CE B0 3F 0 F 13 A6 39 37
Octal 115 316 260 77 0 17 23 246 71 67
Binary 1001101 11001110 10110000 111111 0 1111 10011 10100110 111001 110111

Color Harmonies of #4DCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEB0

Black with #4DCEB0

Text Example


Text Example

White with #4DCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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