Html Css Color HEX #6EEEC2 Aquamarine

📋 copy color: '#6EEEC2'

red 110 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #6EEEC2

Tints of Aquamarine #6EEEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.91%

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 20.3%
G = 43.91%
B = 35.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#6EEEC2 (or 0x6EEEC2) is known color: Aquamarine. HEX triplet: 6E, EE and C2. RGB value is (110,238,194). Sum of RGB (Red+Green+Blue) = 110+238+194=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEC2 is #91113D. Grayscale: #C2C2C2. Windows color (decimal): -9507134 or 12775022. OLE color: 12775022.

HSL color Cylindrical-coordinate representation of color #6EEEC2: hue angle of 159.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEEC2 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 238 194 -
CMYK 0.54 0 0.18 0.07
HSL 159.38º 0.79% 0.68% -
HSV(B) 159.38º 0.54% 0.93% -
XYZ 46.74 68.36 61.77 -
YUV 194.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 110 238 194 0.54 0 0.18 0.07 159.38 0.79 0.68
Hex 6E EE C2 36 0 12 7 9F 4F 44
Octal 156 356 302 66 0 22 7 237 117 104
Binary 1101110 11101110 11000010 110110 0 10010 111 10011111 1001111 1000100

Color Harmonies of #6EEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEEC2

Black with #6EEEC2

Text Example


Text Example

White with #6EEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,238,194); }

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

background-color css

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

 a { background-color: rgb(110,238,194); }

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

border-color css

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

 span { border-color: rgb(110,238,194); }

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