Html Css Color HEX #6EF2DF Aquamarine

📋 copy color: '#6EF2DF'

red 110 ◦ green 242 ◦ blue 223

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

Shades of Aquamarine #6EF2DF

Tints of Aquamarine #6EF2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 19.13%
G = 42.09%
B = 38.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#6EF2DF (or 0x6EF2DF) is known color: Aquamarine. HEX triplet: 6E, F2 and DF. RGB value is (110,242,223). Sum of RGB (Red+Green+Blue) = 110+242+223=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2DF is #910D20. Grayscale: #C8C8C8. Windows color (decimal): -9506081 or 14676590. OLE color: 14676590.

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

Color convert

RGB 110 242 223 -
CMYK 0.55 0 0.08 0.05
HSL 171.36º 0.84% 0.69% -
HSV(B) 171.36º 0.55% 0.95% -
XYZ 51.5 72.15 81.02 -
YUV 200.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 110 242 223 0.55 0 0.08 0.05 171.36 0.84 0.69
Hex 6E F2 DF 37 0 8 5 AB 54 45
Octal 156 362 337 67 0 10 5 253 124 105
Binary 1101110 11110010 11011111 110111 0 1000 101 10101011 1010100 1000101

Color Harmonies of #6EF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF2DF

Black with #6EF2DF

Text Example


Text Example

White with #6EF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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