Html Css Color HEX #6EFFE0 Aquamarine

📋 copy color: '#6EFFE0'

red 110 ◦ green 255 ◦ blue 224

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

Shades of Aquamarine #6EFFE0

Tints of Aquamarine #6EFFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.03%

R = 18.68%
G = 43.29%
B = 38.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#6EFFE0 (or 0x6EFFE0) is known color: Aquamarine. HEX triplet: 6E, FF and E0. RGB value is (110,255,224). Sum of RGB (Red+Green+Blue) = 110+255+224=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFE0 is #91001F. Grayscale: #D0D0D0. Windows color (decimal): -9502752 or 14745454. OLE color: 14745454.

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

Color convert

RGB 110 255 224 -
CMYK 0.57 0 0.12 0
HSL 167.17º 1% 0.72% -
HSV(B) 167.17º 0.57% 1% -
XYZ 55.64 80.22 83.07 -
YUV 208.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 110 255 224 0.57 0 0.12 0 167.17 1 0.72
Hex 6E FF E0 39 0 C 0 A7 64 48
Octal 156 377 340 71 0 14 0 247 144 110
Binary 1101110 11111111 11100000 111001 0 1100 0 10100111 1100100 1001000

Color Harmonies of #6EFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFE0

Black with #6EFFE0

Text Example


Text Example

White with #6EFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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