Html Css Color HEX #6AFAAC Medium Aquamarine

📋 copy color: '#6AFAAC'

red 106 ◦ green 250 ◦ blue 172

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

Shades of Medium Aquamarine #6AFAAC

Tints of Medium Aquamarine #6AFAAC

RGB

 RED value IS 106 (41.8% from 255) = 20.08%

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

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

R = 20.08%
G = 47.35%
B = 32.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#6AFAAC (or 0x6AFAAC) is known color: Medium Aquamarine. HEX triplet: 6A, FA and AC. RGB value is (106,250,172). Sum of RGB (Red+Green+Blue) = 106+250+172=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAAC is #950553. Grayscale: #C6C6C6. Windows color (decimal): -9766228 or 11336298. OLE color: 11336298.

HSL color Cylindrical-coordinate representation of color #6AFAAC: hue angle of 147.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAAC is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 172 -
CMYK 0.58 0 0.31 0.02
HSL 147.5º 0.94% 0.7% -
HSV(B) 147.5º 0.58% 0.98% -
XYZ 47.58 74.41 50.89 -
YUV 198.05 113.29 62.34 -
System Red Green Blue C M Y K H S L
Decimal 106 250 172 0.58 0 0.31 0.02 147.5 0.94 0.7
Hex 6A FA AC 3A 0 1F 2 94 5E 46
Octal 152 372 254 72 0 37 2 224 136 106
Binary 1101010 11111010 10101100 111010 0 11111 10 10010100 1011110 1000110

Color Harmonies of #6AFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAAC

Black with #6AFAAC

Text Example


Text Example

White with #6AFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AFAAC; }

 p { color: rgb(106,250,172); }

 H1.HeaderClassName
 {
   color: #6AFAAC;
 }
 .AnyTagClassName
 {
   color: #6AFAAC;
 }
</style>

background-color css

<style>
 a { background-color: #6AFAAC; }

 a { background-color: rgb(106,250,172); }

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

border-color css

<style>
 span { border-color: #6AFAAC; }

 span { border-color: rgb(106,250,172); }

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