Html Css Color HEX #6AEDD2 Aquamarine

📋 copy color: '#6AEDD2'

red 106 ◦ green 237 ◦ blue 210

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

Shades of Aquamarine #6AEDD2

Tints of Aquamarine #6AEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 19.17%
G = 42.86%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#6AEDD2 (or 0x6AEDD2) is known color: Aquamarine. HEX triplet: 6A, ED and D2. RGB value is (106,237,210). Sum of RGB (Red+Green+Blue) = 106+237+210=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDD2 is #95122D. Grayscale: #C2C2C2. Windows color (decimal): -9769518 or 13823338. OLE color: 13823338.

HSL color Cylindrical-coordinate representation of color #6AEDD2: hue angle of 167.63º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDD2 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 237 210 -
CMYK 0.55 0 0.11 0.07
HSL 167.63º 0.78% 0.67% -
HSV(B) 167.63º 0.55% 0.93% -
XYZ 47.86 68.29 71.63 -
YUV 194.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 106 237 210 0.55 0 0.11 0.07 167.63 0.78 0.67
Hex 6A ED D2 37 0 B 7 A8 4E 43
Octal 152 355 322 67 0 13 7 250 116 103
Binary 1101010 11101101 11010010 110111 0 1011 111 10101000 1001110 1000011

Color Harmonies of #6AEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDD2

Black with #6AEDD2

Text Example


Text Example

White with #6AEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,237,210); }

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

background-color css

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

 a { background-color: rgb(106,237,210); }

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

border-color css

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

 span { border-color: rgb(106,237,210); }

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