Html Css Color HEX #6EFFC0 Aquamarine

📋 copy color: '#6EFFC0'

red 110 ◦ green 255 ◦ blue 192

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

Shades of Aquamarine #6EFFC0

Tints of Aquamarine #6EFFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 19.75%
G = 45.78%
B = 34.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#6EFFC0 (or 0x6EFFC0) is known color: Aquamarine. HEX triplet: 6E, FF and C0. RGB value is (110,255,192). Sum of RGB (Red+Green+Blue) = 110+255+192=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFC0 is #91003F. Grayscale: #CCCCCC. Windows color (decimal): -9502784 or 12648302. OLE color: 12648302.

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

Color convert

RGB 110 255 192 -
CMYK 0.57 0 0.25 0
HSL 153.93º 1% 0.72% -
HSV(B) 153.93º 0.57% 1% -
XYZ 51.7 78.64 62.32 -
YUV 204.46 120.96 60.62 -
System Red Green Blue C M Y K H S L
Decimal 110 255 192 0.57 0 0.25 0 153.93 1 0.72
Hex 6E FF C0 39 0 19 0 9A 64 48
Octal 156 377 300 71 0 31 0 232 144 110
Binary 1101110 11111111 11000000 111001 0 11001 0 10011010 1100100 1001000

Color Harmonies of #6EFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFC0

Black with #6EFFC0

Text Example


Text Example

White with #6EFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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