#6FFDBE

Color #6FFDBE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #6FFDBE

Tints of Aquamarine #6FFDBE

Color information

#6FFDBE (or 0x6FFDBE) is unknown color: approx Aquamarine. HEX triplet: 6F, FD and BE. RGB value is (111,253,190). Sum of RGB (Red+Green+Blue) = 111+253+190=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDBE is #900241. Grayscale: #CBCBCB. Windows color (decimal): -9437762 or 12516719. OLE color: 12516719.

HSL color Cylindrical-coordinate representation of color #6FFDBE: hue angle of 153.38º degrees, saturation: 0.97, 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 #6FFDBE is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB111253190-
CMYK0.5600.250.01
HSL153.38º97.26%71.37%-
HSV(B)153.38º56.13%99.22%-
XYZ50.9877.3560.96-
YUV203.36120.4662.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.04%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=20.04%
G=45.67%
B=34.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1112531900.5600.250.01153.3897.2671.37
Hex6FFDBE380191996147
Octal157375276700311231141107
Binary1101111111111011011111011100001100111001100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,253,190); }

 H1.HeaderClassName
 {
   color: #6FFDBE;
 }
 .AnyTagClassName
 {
   color: #6FFDBE;
 }
</style>
background-color css

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

 a { background-color: rgb(111,253,190); }

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

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

 span { border-color: rgb(111,253,190); }

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