Html Css Color HEX #6EFFAF Aquamarine

📋 copy color: '#6EFFAF'

red 110 ◦ green 255 ◦ blue 175

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

Shades of Aquamarine #6EFFAF

Tints of Aquamarine #6EFFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 20.37%
G = 47.22%
B = 32.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#6EFFAF (or 0x6EFFAF) is known color: Aquamarine. HEX triplet: 6E, FF and AF. RGB value is (110,255,175). Sum of RGB (Red+Green+Blue) = 110+255+175=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFFAF is #910050. Grayscale: #CACACA. Windows color (decimal): -9502801 or 11534190. OLE color: 11534190.

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

Color convert

RGB 110 255 175 -
CMYK 0.57 0 0.31 0
HSL 146.9º 1% 0.72% -
HSV(B) 146.9º 0.57% 1% -
XYZ 49.93 77.93 52.97 -
YUV 202.53 112.46 62 -
System Red Green Blue C M Y K H S L
Decimal 110 255 175 0.57 0 0.31 0 146.9 1 0.72
Hex 6E FF AF 39 0 1F 0 93 64 48
Octal 156 377 257 71 0 37 0 223 144 110
Binary 1101110 11111111 10101111 111001 0 11111 0 10010011 1100100 1001000

Color Harmonies of #6EFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFAF

Black with #6EFFAF

Text Example


Text Example

White with #6EFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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