Html Css Color HEX #4CFAA5 Medium Aquamarine

📋 copy color: '#4CFAA5'

red 76 ◦ green 250 ◦ blue 165

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

Shades of Medium Aquamarine #4CFAA5

Tints of Medium Aquamarine #4CFAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 15.48%
G = 50.92%
B = 33.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#4CFAA5 (or 0x4CFAA5) is known color: Medium Aquamarine. HEX triplet: 4C, FA and A5. RGB value is (76,250,165). Sum of RGB (Red+Green+Blue) = 76+250+165=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFAA5 is #B3055A. Grayscale: #BCBCBC. Windows color (decimal): -11732315 or 10877516. OLE color: 10877516.

HSL color Cylindrical-coordinate representation of color #4CFAA5: hue angle of 150.69º 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 #4CFAA5 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 165 -
CMYK 0.70 0 0.34 0.02
HSL 150.69º 0.95% 0.64% -
HSV(B) 150.69º 0.7% 0.98% -
XYZ 43.96 72.62 47.3 -
YUV 188.28 114.85 47.91 -
System Red Green Blue C M Y K H S L
Decimal 76 250 165 0.70 0 0.34 0.02 150.69 0.95 0.64
Hex 4C FA A5 46 0 22 2 97 5F 40
Octal 114 372 245 106 0 42 2 227 137 100
Binary 1001100 11111010 10100101 1000110 0 100010 10 10010111 1011111 1000000

Color Harmonies of #4CFAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAA5

Black with #4CFAA5

Text Example


Text Example

White with #4CFAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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