Html Css Color HEX #6AFADE Aquamarine

📋 copy color: '#6AFADE'

red 106 ◦ green 250 ◦ blue 222

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

Shades of Aquamarine #6AFADE

Tints of Aquamarine #6AFADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 18.34%
G = 43.25%
B = 38.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#6AFADE (or 0x6AFADE) is known color: Aquamarine. HEX triplet: 6A, FA and DE. RGB value is (106,250,222). Sum of RGB (Red+Green+Blue) = 106+250+222=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFADE is #950521. Grayscale: #CBCBCB. Windows color (decimal): -9766178 or 14613098. OLE color: 14613098.

HSL color Cylindrical-coordinate representation of color #6AFADE: hue angle of 168.33º 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 #6AFADE is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 222 -
CMYK 0.58 0 0.11 0.02
HSL 168.33º 0.94% 0.7% -
HSV(B) 168.33º 0.58% 0.98% -
XYZ 53.31 76.71 81.1 -
YUV 203.75 138.29 58.28 -
System Red Green Blue C M Y K H S L
Decimal 106 250 222 0.58 0 0.11 0.02 168.33 0.94 0.7
Hex 6A FA DE 3A 0 B 2 A8 5E 46
Octal 152 372 336 72 0 13 2 250 136 106
Binary 1101010 11111010 11011110 111010 0 1011 10 10101000 1011110 1000110

Color Harmonies of #6AFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFADE

Black with #6AFADE

Text Example


Text Example

White with #6AFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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