Html Css Color HEX #6EFFD2 Aquamarine

📋 copy color: '#6EFFD2'

red 110 ◦ green 255 ◦ blue 210

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

Shades of Aquamarine #6EFFD2

Tints of Aquamarine #6EFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 19.13%
G = 44.35%
B = 36.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#6EFFD2 (or 0x6EFFD2) is known color: Aquamarine. HEX triplet: 6E, FF and D2. RGB value is (110,255,210). Sum of RGB (Red+Green+Blue) = 110+255+210=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFD2 is #91002D. Grayscale: #CECECE. Windows color (decimal): -9502766 or 13827950. OLE color: 13827950.

HSL color Cylindrical-coordinate representation of color #6EFFD2: hue angle of 161.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFD2 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 210 -
CMYK 0.57 0 0.18 0
HSL 161.38º 1% 0.72% -
HSV(B) 161.38º 0.57% 1% -
XYZ 53.82 79.49 73.48 -
YUV 206.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 110 255 210 0.57 0 0.18 0 161.38 1 0.72
Hex 6E FF D2 39 0 12 0 A1 64 48
Octal 156 377 322 71 0 22 0 241 144 110
Binary 1101110 11111111 11010010 111001 0 10010 0 10100001 1100100 1001000

Color Harmonies of #6EFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFD2

Black with #6EFFD2

Text Example


Text Example

White with #6EFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,255,210); }

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

background-color css

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

 a { background-color: rgb(110,255,210); }

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

border-color css

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

 span { border-color: rgb(110,255,210); }

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