Html Css Color HEX #4DCEAF Puerto Rico

📋 copy color: '#4DCEAF'

red 77 ◦ green 206 ◦ blue 175

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

Shades of Puerto Rico #4DCEAF

Tints of Puerto Rico #4DCEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 16.81%
G = 44.98%
B = 38.21%

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

#4DCEAF (or 0x4DCEAF) is known color: Puerto Rico. HEX triplet: 4D, CE and AF. RGB value is (77,206,175). Sum of RGB (Red+Green+Blue) = 77+206+175=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEAF is #B23150. Grayscale: #A3A3A3. Windows color (decimal): -11678033 or 11521613. OLE color: 11521613.

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

Color convert

RGB 77 206 175 -
CMYK 0.63 0 0.15 0.19
HSL 165.58º 0.57% 0.55% -
HSV(B) 165.58º 0.63% 0.81% -
XYZ 32.87 48.82 48.25 -
YUV 163.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 77 206 175 0.63 0 0.15 0.19 165.58 0.57 0.55
Hex 4D CE AF 3F 0 F 13 A6 39 37
Octal 115 316 257 77 0 17 23 246 71 67
Binary 1001101 11001110 10101111 111111 0 1111 10011 10100110 111001 110111

Color Harmonies of #4DCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEAF

Black with #4DCEAF

Text Example


Text Example

White with #4DCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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