Html Css Color HEX #6EEBD5 Aquamarine

📋 copy color: '#6EEBD5'

red 110 ◦ green 235 ◦ blue 213

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

Shades of Aquamarine #6EEBD5

Tints of Aquamarine #6EEBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 19.71%
G = 42.11%
B = 38.17%

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

#6EEBD5 (or 0x6EEBD5) is known color: Aquamarine. HEX triplet: 6E, EB and D5. RGB value is (110,235,213). Sum of RGB (Red+Green+Blue) = 110+235+213=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBD5 is #91142A. Grayscale: #C3C3C3. Windows color (decimal): -9507883 or 14019438. OLE color: 14019438.

HSL color Cylindrical-coordinate representation of color #6EEBD5: hue angle of 169.44º 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 #6EEBD5 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 213 -
CMYK 0.53 0 0.09 0.08
HSL 169.44º 0.76% 0.68% -
HSV(B) 169.44º 0.53% 0.92% -
XYZ 48.15 67.54 73.45 -
YUV 195.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 110 235 213 0.53 0 0.09 0.08 169.44 0.76 0.68
Hex 6E EB D5 35 0 9 8 A9 4C 44
Octal 156 353 325 65 0 11 10 251 114 104
Binary 1101110 11101011 11010101 110101 0 1001 1000 10101001 1001100 1000100

Color Harmonies of #6EEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBD5

Black with #6EEBD5

Text Example


Text Example

White with #6EEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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