Html Css Color HEX #6AEDCE Aquamarine

📋 copy color: '#6AEDCE'

red 106 ◦ green 237 ◦ blue 206

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

Shades of Aquamarine #6AEDCE

Tints of Aquamarine #6AEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 19.31%
G = 43.17%
B = 37.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6AEDCE (or 0x6AEDCE) is known color: Aquamarine. HEX triplet: 6A, ED and CE. RGB value is (106,237,206). Sum of RGB (Red+Green+Blue) = 106+237+206=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDCE is #951231. Grayscale: #C2C2C2. Windows color (decimal): -9769522 or 13561194. OLE color: 13561194.

HSL color Cylindrical-coordinate representation of color #6AEDCE: hue angle of 165.8º 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 #6AEDCE is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 237 206 -
CMYK 0.55 0 0.13 0.07
HSL 165.8º 0.78% 0.67% -
HSV(B) 165.8º 0.55% 0.93% -
XYZ 47.37 68.09 69.04 -
YUV 194.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 106 237 206 0.55 0 0.13 0.07 165.8 0.78 0.67
Hex 6A ED CE 37 0 D 7 A6 4E 43
Octal 152 355 316 67 0 15 7 246 116 103
Binary 1101010 11101101 11001110 110111 0 1101 111 10100110 1001110 1000011

Color Harmonies of #6AEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDCE

Black with #6AEDCE

Text Example


Text Example

White with #6AEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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