#69F6BC

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

Shades of Aquamarine #69F6BC

Tints of Aquamarine #69F6BC

Color information

#69F6BC (or 0x69F6BC) is unknown color: approx Aquamarine. HEX triplet: 69, F6 and BC. RGB value is (105,246,188). Sum of RGB (Red+Green+Blue) = 105+246+188=539 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.48% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F6BC is #960943. Grayscale: #C5C5C5. Windows color (decimal): -9832772 or 12383849. OLE color: 12383849.

HSL color Cylindrical-coordinate representation of color #69F6BC: hue angle of 155.32º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F6BC is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB105246188-
CMYK0.5700.240.04
HSL155.32º88.68%68.82%-
HSV(B)155.32º57.32%96.47%-
XYZ47.8672.5559.06-
YUV197.23122.7962.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.48%
GREEN value IS 246 (96.48% from 255) = 45.64%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=19.48%
G=45.64%
B=34.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052461880.5700.240.04155.3288.6868.82
Hex69F6BC3901849b5945
Octal151366274710304233131105
Binary110100111110110101111001110010110001001001101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69F6BC; }

 p { color: rgb(105,246,188); }

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

<style>
 a { background-color: #69F6BC; }

 a { background-color: rgb(105,246,188); }

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

<style>
 span { border-color: #69F6BC; }

 span { border-color: rgb(105,246,188); }

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