Html Css Color HEX #6EFCBA Aquamarine

📋 copy color: '#6EFCBA'

red 110 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #6EFCBA

Tints of Aquamarine #6EFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 20.07%
G = 45.99%
B = 33.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#6EFCBA (or 0x6EFCBA) is known color: Aquamarine. HEX triplet: 6E, FC and BA. RGB value is (110,252,186). Sum of RGB (Red+Green+Blue) = 110+252+186=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCBA is #910345. Grayscale: #CACACA. Windows color (decimal): -9503558 or 12254318. OLE color: 12254318.

HSL color Cylindrical-coordinate representation of color #6EFCBA: hue angle of 152.11º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCBA is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 252 186 -
CMYK 0.56 0 0.26 0.01
HSL 152.11º 0.96% 0.71% -
HSV(B) 152.11º 0.56% 0.99% -
XYZ 50.1 76.48 58.58 -
YUV 202.02 118.96 62.37 -
System Red Green Blue C M Y K H S L
Decimal 110 252 186 0.56 0 0.26 0.01 152.11 0.96 0.71
Hex 6E FC BA 38 0 1A 1 98 60 47
Octal 156 374 272 70 0 32 1 230 140 107
Binary 1101110 11111100 10111010 111000 0 11010 1 10011000 1100000 1000111

Color Harmonies of #6EFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFCBA

Black with #6EFCBA

Text Example


Text Example

White with #6EFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,252,186); }

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

background-color css

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

 a { background-color: rgb(110,252,186); }

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

border-color css

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

 span { border-color: rgb(110,252,186); }

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