Html Css Color HEX #6EF2DA Aquamarine

📋 copy color: '#6EF2DA'

red 110 ◦ green 242 ◦ blue 218

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

Shades of Aquamarine #6EF2DA

Tints of Aquamarine #6EF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

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

R = 19.3%
G = 42.46%
B = 38.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6EF2DA (or 0x6EF2DA) is known color: Aquamarine. HEX triplet: 6E, F2 and DA. RGB value is (110,242,218). Sum of RGB (Red+Green+Blue) = 110+242+218=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2DA is #910D25. Grayscale: #C7C7C7. Windows color (decimal): -9506086 or 14348910. OLE color: 14348910.

HSL color Cylindrical-coordinate representation of color #6EF2DA: hue angle of 169.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF2DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 242 218 -
CMYK 0.55 0 0.10 0.05
HSL 169.09º 0.84% 0.69% -
HSV(B) 169.09º 0.55% 0.95% -
XYZ 50.84 71.88 77.52 -
YUV 199.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 110 242 218 0.55 0 0.10 0.05 169.09 0.84 0.69
Hex 6E F2 DA 37 0 A 5 A9 54 45
Octal 156 362 332 67 0 12 5 251 124 105
Binary 1101110 11110010 11011010 110111 0 1010 101 10101001 1010100 1000101

Color Harmonies of #6EF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF2DA

Black with #6EF2DA

Text Example


Text Example

White with #6EF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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