Html Css Color HEX #6AE8A8 Medium Aquamarine

📋 copy color: '#6AE8A8'

red 106 ◦ green 232 ◦ blue 168

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

Shades of Medium Aquamarine #6AE8A8

Tints of Medium Aquamarine #6AE8A8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.85%

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

R = 20.95%
G = 45.85%
B = 33.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#6AE8A8 (or 0x6AE8A8) is known color: Medium Aquamarine. HEX triplet: 6A, E8 and A8. RGB value is (106,232,168). Sum of RGB (Red+Green+Blue) = 106+232+168=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8A8 is #951757. Grayscale: #BBBBBB. Windows color (decimal): -9770840 or 11069546. OLE color: 11069546.

HSL color Cylindrical-coordinate representation of color #6AE8A8: hue angle of 149.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8A8 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 232 168 -
CMYK 0.54 0 0.28 0.09
HSL 149.52º 0.73% 0.66% -
HSV(B) 149.52º 0.54% 0.91% -
XYZ 41.87 63.6 47.12 -
YUV 187.03 117.26 70.2 -
System Red Green Blue C M Y K H S L
Decimal 106 232 168 0.54 0 0.28 0.09 149.52 0.73 0.66
Hex 6A E8 A8 36 0 1C 9 96 49 42
Octal 152 350 250 66 0 34 11 226 111 102
Binary 1101010 11101000 10101000 110110 0 11100 1001 10010110 1001001 1000010

Color Harmonies of #6AE8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8A8

Black with #6AE8A8

Text Example


Text Example

White with #6AE8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,232,168); }

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

background-color css

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

 a { background-color: rgb(106,232,168); }

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

border-color css

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

 span { border-color: rgb(106,232,168); }

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