Html Css Color HEX #6EEAD4 Aquamarine

📋 copy color: '#6EEAD4'

red 110 ◦ green 234 ◦ blue 212

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

Shades of Aquamarine #6EEAD4

Tints of Aquamarine #6EEAD4

RGB

 RED value IS 110 (43.36% from 255) = 19.78%

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 19.78%
G = 42.09%
B = 38.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#6EEAD4 (or 0x6EEAD4) is known color: Aquamarine. HEX triplet: 6E, EA and D4. RGB value is (110,234,212). Sum of RGB (Red+Green+Blue) = 110+234+212=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAD4 is #91152B. Grayscale: #C2C2C2. Windows color (decimal): -9508140 or 13953646. OLE color: 13953646.

HSL color Cylindrical-coordinate representation of color #6EEAD4: hue angle of 169.35º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAD4 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 234 212 -
CMYK 0.53 0 0.09 0.08
HSL 169.35º 0.75% 0.67% -
HSV(B) 169.35º 0.53% 0.92% -
XYZ 47.74 66.91 72.69 -
YUV 194.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 110 234 212 0.53 0 0.09 0.08 169.35 0.75 0.67
Hex 6E EA D4 35 0 9 8 A9 4B 43
Octal 156 352 324 65 0 11 10 251 113 103
Binary 1101110 11101010 11010100 110101 0 1001 1000 10101001 1001011 1000011

Color Harmonies of #6EEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAD4

Black with #6EEAD4

Text Example


Text Example

White with #6EEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,234,212); }

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

background-color css

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

 a { background-color: rgb(110,234,212); }

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

border-color css

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

 span { border-color: rgb(110,234,212); }

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