Html Css Color HEX #6EEBCD Aquamarine

📋 copy color: '#6EEBCD'

red 110 ◦ green 235 ◦ blue 205

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

Shades of Aquamarine #6EEBCD

Tints of Aquamarine #6EEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 20%
G = 42.73%
B = 37.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#6EEBCD (or 0x6EEBCD) is known color: Aquamarine. HEX triplet: 6E, EB and CD. RGB value is (110,235,205). Sum of RGB (Red+Green+Blue) = 110+235+205=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBCD is #911432. Grayscale: #C2C2C2. Windows color (decimal): -9507891 or 13495150. OLE color: 13495150.

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

Color convert

RGB 110 235 205 -
CMYK 0.53 0 0.13 0.08
HSL 165.6º 0.76% 0.68% -
HSV(B) 165.6º 0.53% 0.92% -
XYZ 47.16 67.14 68.23 -
YUV 194.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 110 235 205 0.53 0 0.13 0.08 165.6 0.76 0.68
Hex 6E EB CD 35 0 D 8 A6 4C 44
Octal 156 353 315 65 0 15 10 246 114 104
Binary 1101110 11101011 11001101 110101 0 1101 1000 10100110 1001100 1000100

Color Harmonies of #6EEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBCD

Black with #6EEBCD

Text Example


Text Example

White with #6EEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,235,205); }

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

background-color css

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

 a { background-color: rgb(110,235,205); }

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

border-color css

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

 span { border-color: rgb(110,235,205); }

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