Html Css Color HEX #6EFBDA Aquamarine

📋 copy color: '#6EFBDA'

red 110 ◦ green 251 ◦ blue 218

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

Shades of Aquamarine #6EFBDA

Tints of Aquamarine #6EFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 19%
G = 43.35%
B = 37.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#6EFBDA (or 0x6EFBDA) is known color: Aquamarine. HEX triplet: 6E, FB and DA. RGB value is (110,251,218). Sum of RGB (Red+Green+Blue) = 110+251+218=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #6EFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFBDA is #910425. Grayscale: #CDCDCD. Windows color (decimal): -9503782 or 14351214. OLE color: 14351214.

HSL color Cylindrical-coordinate representation of color #6EFBDA: hue angle of 165.96º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFBDA is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 251 218 -
CMYK 0.56 0 0.13 0.02
HSL 165.96º 0.95% 0.71% -
HSV(B) 165.96º 0.56% 0.98% -
XYZ 53.58 77.37 78.44 -
YUV 205.08 135.29 60.18 -
System Red Green Blue C M Y K H S L
Decimal 110 251 218 0.56 0 0.13 0.02 165.96 0.95 0.71
Hex 6E FB DA 38 0 D 2 A6 5F 47
Octal 156 373 332 70 0 15 2 246 137 107
Binary 1101110 11111011 11011010 111000 0 1101 10 10100110 1011111 1000111

Color Harmonies of #6EFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFBDA

Black with #6EFBDA

Text Example


Text Example

White with #6EFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,251,218); }

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

background-color css

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

 a { background-color: rgb(110,251,218); }

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

border-color css

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

 span { border-color: rgb(110,251,218); }

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