Html Css Color HEX #4AF1AC Medium Aquamarine

📋 copy color: '#4AF1AC'

red 74 ◦ green 241 ◦ blue 172

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

Shades of Medium Aquamarine #4AF1AC

Tints of Medium Aquamarine #4AF1AC

RGB

 RED value IS 74 (29.3% from 255) = 15.2%

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 15.2%
G = 49.49%
B = 35.32%

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

#4AF1AC (or 0x4AF1AC) is known color: Medium Aquamarine. HEX triplet: 4A, F1 and AC. RGB value is (74,241,172). Sum of RGB (Red+Green+Blue) = 74+241+172=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF1AC is #B50E53. Grayscale: #B7B7B7. Windows color (decimal): -11865684 or 11333962. OLE color: 11333962.

HSL color Cylindrical-coordinate representation of color #4AF1AC: hue angle of 155.21º 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 #4AF1AC is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 172 -
CMYK 0.69 0 0.29 0.05
HSL 155.21º 0.86% 0.62% -
HSV(B) 155.21º 0.69% 0.95% -
XYZ 41.73 67.34 49.83 -
YUV 183.2 121.67 50.11 -
System Red Green Blue C M Y K H S L
Decimal 74 241 172 0.69 0 0.29 0.05 155.21 0.86 0.62
Hex 4A F1 AC 45 0 1D 5 9B 56 3E
Octal 112 361 254 105 0 35 5 233 126 76
Binary 1001010 11110001 10101100 1000101 0 11101 101 10011011 1010110 111110

Color Harmonies of #4AF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF1AC

Black with #4AF1AC

Text Example


Text Example

White with #4AF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,172); }

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

background-color css

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

 a { background-color: rgb(74,241,172); }

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

border-color css

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

 span { border-color: rgb(74,241,172); }

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