Html Css Color HEX #6EFFD4 Aquamarine

📋 copy color: '#6EFFD4'

red 110 ◦ green 255 ◦ blue 212

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

Shades of Aquamarine #6EFFD4

Tints of Aquamarine #6EFFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 19.06%
G = 44.19%
B = 36.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#6EFFD4 (or 0x6EFFD4) is known color: Aquamarine. HEX triplet: 6E, FF and D4. RGB value is (110,255,212). Sum of RGB (Red+Green+Blue) = 110+255+212=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFD4 is #91002B. Grayscale: #CECECE. Windows color (decimal): -9502764 or 13959022. OLE color: 13959022.

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

Color convert

RGB 110 255 212 -
CMYK 0.57 0 0.17 0
HSL 162.21º 1% 0.72% -
HSV(B) 162.21º 0.57% 1% -
XYZ 54.07 79.59 74.8 -
YUV 206.74 130.96 59 -
System Red Green Blue C M Y K H S L
Decimal 110 255 212 0.57 0 0.17 0 162.21 1 0.72
Hex 6E FF D4 39 0 11 0 A2 64 48
Octal 156 377 324 71 0 21 0 242 144 110
Binary 1101110 11111111 11010100 111001 0 10001 0 10100010 1100100 1001000

Color Harmonies of #6EFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFD4

Black with #6EFFD4

Text Example


Text Example

White with #6EFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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