Html Css Color HEX #6EFDCD Aquamarine

📋 copy color: '#6EFDCD'

red 110 ◦ green 253 ◦ blue 205

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

Shades of Aquamarine #6EFDCD

Tints of Aquamarine #6EFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.54%

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

R = 19.37%
G = 44.54%
B = 36.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#6EFDCD (or 0x6EFDCD) is known color: Aquamarine. HEX triplet: 6E, FD and CD. RGB value is (110,253,205). Sum of RGB (Red+Green+Blue) = 110+253+205=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDCD is #910232. Grayscale: #CCCCCC. Windows color (decimal): -9503283 or 13499758. OLE color: 13499758.

HSL color Cylindrical-coordinate representation of color #6EFDCD: hue angle of 159.86º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDCD is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 253 205 -
CMYK 0.57 0 0.19 0.01
HSL 159.86º 0.97% 0.71% -
HSV(B) 159.86º 0.57% 0.99% -
XYZ 52.58 77.97 70.04 -
YUV 204.77 128.12 60.4 -
System Red Green Blue C M Y K H S L
Decimal 110 253 205 0.57 0 0.19 0.01 159.86 0.97 0.71
Hex 6E FD CD 39 0 13 1 A0 61 47
Octal 156 375 315 71 0 23 1 240 141 107
Binary 1101110 11111101 11001101 111001 0 10011 1 10100000 1100001 1000111

Color Harmonies of #6EFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDCD

Black with #6EFDCD

Text Example


Text Example

White with #6EFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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