Html Css Color HEX #4DC6AE Puerto Rico

📋 copy color: '#4DC6AE'

red 77 ◦ green 198 ◦ blue 174

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

Shades of Puerto Rico #4DC6AE

Tints of Puerto Rico #4DC6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 17.15%
G = 44.1%
B = 38.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#4DC6AE (or 0x4DC6AE) is known color: Puerto Rico. HEX triplet: 4D, C6 and AE. RGB value is (77,198,174). Sum of RGB (Red+Green+Blue) = 77+198+174=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC6AE is #B23951. Grayscale: #9F9F9F. Windows color (decimal): -11680082 or 11454029. OLE color: 11454029.

HSL color Cylindrical-coordinate representation of color #4DC6AE: hue angle of 168.1º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC6AE is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 198 174 -
CMYK 0.61 0 0.12 0.22
HSL 168.1º 0.51% 0.54% -
HSV(B) 168.1º 0.61% 0.78% -
XYZ 30.89 45.02 47.11 -
YUV 159.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 77 198 174 0.61 0 0.12 0.22 168.1 0.51 0.54
Hex 4D C6 AE 3D 0 C 16 A8 33 36
Octal 115 306 256 75 0 14 26 250 63 66
Binary 1001101 11000110 10101110 111101 0 1100 10110 10101000 110011 110110

Color Harmonies of #4DC6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC6AE

Black with #4DC6AE

Text Example


Text Example

White with #4DC6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,198,174); }

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

background-color css

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

 a { background-color: rgb(77,198,174); }

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

border-color css

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

 span { border-color: rgb(77,198,174); }

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