Html Css Color HEX #6EFDDB Aquamarine

📋 copy color: '#6EFDDB'

red 110 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #6EFDDB

Tints of Aquamarine #6EFDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 18.9%
G = 43.47%
B = 37.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#6EFDDB (or 0x6EFDDB) is known color: Aquamarine. HEX triplet: 6E, FD and DB. RGB value is (110,253,219). Sum of RGB (Red+Green+Blue) = 110+253+219=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDB is #910224. Grayscale: #CECECE. Windows color (decimal): -9503269 or 14417262. OLE color: 14417262.

HSL color Cylindrical-coordinate representation of color #6EFDDB: hue angle of 165.73º 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 #6EFDDB is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 253 219 -
CMYK 0.57 0 0.13 0.01
HSL 165.73º 0.97% 0.71% -
HSV(B) 165.73º 0.57% 0.99% -
XYZ 54.34 78.68 79.34 -
YUV 206.37 135.12 59.26 -
System Red Green Blue C M Y K H S L
Decimal 110 253 219 0.57 0 0.13 0.01 165.73 0.97 0.71
Hex 6E FD DB 39 0 D 1 A6 61 47
Octal 156 375 333 71 0 15 1 246 141 107
Binary 1101110 11111101 11011011 111001 0 1101 1 10100110 1100001 1000111

Color Harmonies of #6EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDDB

Black with #6EFDDB

Text Example


Text Example

White with #6EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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