Html Css Color HEX #6EFBBA Aquamarine

📋 copy color: '#6EFBBA'

red 110 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #6EFBBA

Tints of Aquamarine #6EFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

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

R = 20.11%
G = 45.89%
B = 34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#6EFBBA (or 0x6EFBBA) is known color: Aquamarine. HEX triplet: 6E, FB and BA. RGB value is (110,251,186). Sum of RGB (Red+Green+Blue) = 110+251+186=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #6EFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFBBA is #910445. Grayscale: #C9C9C9. Windows color (decimal): -9503814 or 12254062. OLE color: 12254062.

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

Color convert

RGB 110 251 186 -
CMYK 0.56 0 0.26 0.02
HSL 152.34º 0.95% 0.71% -
HSV(B) 152.34º 0.56% 0.98% -
XYZ 49.79 75.85 58.47 -
YUV 201.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 110 251 186 0.56 0 0.26 0.02 152.34 0.95 0.71
Hex 6E FB BA 38 0 1A 2 98 5F 47
Octal 156 373 272 70 0 32 2 230 137 107
Binary 1101110 11111011 10111010 111000 0 11010 10 10011000 1011111 1000111

Color Harmonies of #6EFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFBBA

Black with #6EFBBA

Text Example


Text Example

White with #6EFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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