Html Css Color HEX #4CF2AB Medium Aquamarine

📋 copy color: '#4CF2AB'

red 76 ◦ green 242 ◦ blue 171

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

Shades of Medium Aquamarine #4CF2AB

Tints of Medium Aquamarine #4CF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 15.54%
G = 49.49%
B = 34.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#4CF2AB (or 0x4CF2AB) is known color: Medium Aquamarine. HEX triplet: 4C, F2 and AB. RGB value is (76,242,171). Sum of RGB (Red+Green+Blue) = 76+242+171=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF2AB is #B30D54. Grayscale: #B8B8B8. Windows color (decimal): -11734357 or 11268684. OLE color: 11268684.

HSL color Cylindrical-coordinate representation of color #4CF2AB: hue angle of 154.34º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2AB is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 171 -
CMYK 0.69 0 0.29 0.05
HSL 154.34º 0.86% 0.62% -
HSV(B) 154.34º 0.69% 0.95% -
XYZ 42.08 67.98 49.43 -
YUV 184.27 120.5 50.77 -
System Red Green Blue C M Y K H S L
Decimal 76 242 171 0.69 0 0.29 0.05 154.34 0.86 0.62
Hex 4C F2 AB 45 0 1D 5 9A 56 3E
Octal 114 362 253 105 0 35 5 232 126 76
Binary 1001100 11110010 10101011 1000101 0 11101 101 10011010 1010110 111110

Color Harmonies of #4CF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF2AB

Black with #4CF2AB

Text Example


Text Example

White with #4CF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,171); }

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

background-color css

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

 a { background-color: rgb(76,242,171); }

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

border-color css

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

 span { border-color: rgb(76,242,171); }

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