Html Css Color HEX #6AE8AF Medium Aquamarine

📋 copy color: '#6AE8AF'

red 106 ◦ green 232 ◦ blue 175

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

Shades of Medium Aquamarine #6AE8AF

Tints of Medium Aquamarine #6AE8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 20.66%
G = 45.22%
B = 34.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#6AE8AF (or 0x6AE8AF) is known color: Medium Aquamarine. HEX triplet: 6A, E8 and AF. RGB value is (106,232,175). Sum of RGB (Red+Green+Blue) = 106+232+175=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8AF is #951750. Grayscale: #BBBBBB. Windows color (decimal): -9770833 or 11528298. OLE color: 11528298.

HSL color Cylindrical-coordinate representation of color #6AE8AF: hue angle of 152.86º 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 #6AE8AF is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 232 175 -
CMYK 0.54 0 0.25 0.09
HSL 152.86º 0.73% 0.66% -
HSV(B) 152.86º 0.54% 0.91% -
XYZ 42.54 63.87 50.64 -
YUV 187.83 120.76 69.63 -
System Red Green Blue C M Y K H S L
Decimal 106 232 175 0.54 0 0.25 0.09 152.86 0.73 0.66
Hex 6A E8 AF 36 0 19 9 99 49 42
Octal 152 350 257 66 0 31 11 231 111 102
Binary 1101010 11101000 10101111 110110 0 11001 1001 10011001 1001001 1000010

Color Harmonies of #6AE8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8AF

Black with #6AE8AF

Text Example


Text Example

White with #6AE8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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