Html Css Color HEX #6EEFC0 Aquamarine

📋 copy color: '#6EEFC0'

red 110 ◦ green 239 ◦ blue 192

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

Shades of Aquamarine #6EEFC0

Tints of Aquamarine #6EEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 20.33%
G = 44.18%
B = 35.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#6EEFC0 (or 0x6EEFC0) is known color: Aquamarine. HEX triplet: 6E, EF and C0. RGB value is (110,239,192). Sum of RGB (Red+Green+Blue) = 110+239+192=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFC0 is #91103F. Grayscale: #C3C3C3. Windows color (decimal): -9506880 or 12644206. OLE color: 12644206.

HSL color Cylindrical-coordinate representation of color #6EEFC0: hue angle of 158.14º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFC0 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 192 -
CMYK 0.54 0 0.20 0.06
HSL 158.14º 0.8% 0.68% -
HSV(B) 158.14º 0.54% 0.94% -
XYZ 46.81 68.85 60.69 -
YUV 195.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 110 239 192 0.54 0 0.20 0.06 158.14 0.8 0.68
Hex 6E EF C0 36 0 14 6 9E 50 44
Octal 156 357 300 66 0 24 6 236 120 104
Binary 1101110 11101111 11000000 110110 0 10100 110 10011110 1010000 1000100

Color Harmonies of #6EEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFC0

Black with #6EEFC0

Text Example


Text Example

White with #6EEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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