Html Css Color HEX #4CD0A8 Medium Aquamarine

📋 copy color: '#4CD0A8'

red 76 ◦ green 208 ◦ blue 168

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

Shades of Medium Aquamarine #4CD0A8

Tints of Medium Aquamarine #4CD0A8

RGB

 RED value IS 76 (30.08% from 255) = 16.81%

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 16.81%
G = 46.02%
B = 37.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#4CD0A8 (or 0x4CD0A8) is known color: Medium Aquamarine. HEX triplet: 4C, D0 and A8. RGB value is (76,208,168). Sum of RGB (Red+Green+Blue) = 76+208+168=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD0A8 is #B32F57. Grayscale: #A4A4A4. Windows color (decimal): -11743064 or 11063372. OLE color: 11063372.

HSL color Cylindrical-coordinate representation of color #4CD0A8: hue angle of 161.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD0A8 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 208 168 -
CMYK 0.63 0 0.19 0.18
HSL 161.82º 0.58% 0.56% -
HSV(B) 161.82º 0.63% 0.82% -
XYZ 32.6 49.48 44.88 -
YUV 163.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 76 208 168 0.63 0 0.19 0.18 161.82 0.58 0.56
Hex 4C D0 A8 3F 0 13 12 A2 3A 38
Octal 114 320 250 77 0 23 22 242 72 70
Binary 1001100 11010000 10101000 111111 0 10011 10010 10100010 111010 111000

Color Harmonies of #4CD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0A8

Black with #4CD0A8

Text Example


Text Example

White with #4CD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,168); }

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

background-color css

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

 a { background-color: rgb(76,208,168); }

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

border-color css

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

 span { border-color: rgb(76,208,168); }

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