Html Css Color HEX #6EFDBB Aquamarine

📋 copy color: '#6EFDBB'

red 110 ◦ green 253 ◦ blue 187

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

Shades of Aquamarine #6EFDBB

Tints of Aquamarine #6EFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

 BLUE value IS 187 (73.44% from 255) = 34%

R = 20%
G = 46%
B = 34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#6EFDBB (or 0x6EFDBB) is known color: Aquamarine. HEX triplet: 6E, FD and BB. RGB value is (110,253,187). Sum of RGB (Red+Green+Blue) = 110+253+187=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDBB is #910244. Grayscale: #CACACA. Windows color (decimal): -9503301 or 12320110. OLE color: 12320110.

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

Color convert

RGB 110 253 187 -
CMYK 0.57 0 0.26 0.01
HSL 152.31º 0.97% 0.71% -
HSV(B) 152.31º 0.57% 0.99% -
XYZ 50.53 77.15 59.24 -
YUV 202.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 110 253 187 0.57 0 0.26 0.01 152.31 0.97 0.71
Hex 6E FD BB 39 0 1A 1 98 61 47
Octal 156 375 273 71 0 32 1 230 141 107
Binary 1101110 11111101 10111011 111001 0 11010 1 10011000 1100001 1000111

Color Harmonies of #6EFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDBB

Black with #6EFDBB

Text Example


Text Example

White with #6EFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,253,187); }

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

background-color css

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

 a { background-color: rgb(110,253,187); }

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

border-color css

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

 span { border-color: rgb(110,253,187); }

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