Html Css Color HEX #6EFFA8 Aquamarine

📋 copy color: '#6EFFA8'

red 110 ◦ green 255 ◦ blue 168

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

Shades of Aquamarine #6EFFA8

Tints of Aquamarine #6EFFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 20.64%
G = 47.84%
B = 31.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#6EFFA8 (or 0x6EFFA8) is known color: Aquamarine. HEX triplet: 6E, FF and A8. RGB value is (110,255,168). Sum of RGB (Red+Green+Blue) = 110+255+168=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFA8 is #910057. Grayscale: #C9C9C9. Windows color (decimal): -9502808 or 11075438. OLE color: 11075438.

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

Color convert

RGB 110 255 168 -
CMYK 0.57 0 0.34 0
HSL 144º 1% 0.72% -
HSV(B) 144º 0.57% 1% -
XYZ 49.26 77.66 49.44 -
YUV 201.73 108.96 62.57 -
System Red Green Blue C M Y K H S L
Decimal 110 255 168 0.57 0 0.34 0 144 1 0.72
Hex 6E FF A8 39 0 22 0 90 64 48
Octal 156 377 250 71 0 42 0 220 144 110
Binary 1101110 11111111 10101000 111001 0 100010 0 10010000 1100100 1001000

Color Harmonies of #6EFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFA8

Black with #6EFFA8

Text Example


Text Example

White with #6EFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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