Html Css Color HEX #4CFAA8 Medium Aquamarine

📋 copy color: '#4CFAA8'

red 76 ◦ green 250 ◦ blue 168

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

Shades of Medium Aquamarine #4CFAA8

Tints of Medium Aquamarine #4CFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 15.38%
G = 50.61%
B = 34.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#4CFAA8 (or 0x4CFAA8) is known color: Medium Aquamarine. HEX triplet: 4C, FA and A8. RGB value is (76,250,168). Sum of RGB (Red+Green+Blue) = 76+250+168=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFAA8 is #B30557. Grayscale: #BCBCBC. Windows color (decimal): -11732312 or 11074124. OLE color: 11074124.

HSL color Cylindrical-coordinate representation of color #4CFAA8: hue angle of 151.72º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAA8 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 168 -
CMYK 0.70 0 0.33 0.02
HSL 151.72º 0.95% 0.64% -
HSV(B) 151.72º 0.7% 0.98% -
XYZ 44.23 72.73 48.75 -
YUV 188.63 116.35 47.67 -
System Red Green Blue C M Y K H S L
Decimal 76 250 168 0.70 0 0.33 0.02 151.72 0.95 0.64
Hex 4C FA A8 46 0 21 2 98 5F 40
Octal 114 372 250 106 0 41 2 230 137 100
Binary 1001100 11111010 10101000 1000110 0 100001 10 10011000 1011111 1000000

Color Harmonies of #4CFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAA8

Black with #4CFAA8

Text Example


Text Example

White with #4CFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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