#69F6B9

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

Shades of Aquamarine #69F6B9

Tints of Aquamarine #69F6B9

Color information

#69F6B9 (or 0x69F6B9) is unknown color: approx Aquamarine. HEX triplet: 69, F6 and B9. RGB value is (105,246,185). Sum of RGB (Red+Green+Blue) = 105+246+185=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F6B9 is #960946. Grayscale: #C4C4C4. Windows color (decimal): -9832775 or 12187241. OLE color: 12187241.

HSL color Cylindrical-coordinate representation of color #69F6B9: hue angle of 154.04º 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 #69F6B9 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB105246185-
CMYK0.5700.250.04
HSL154.04º88.68%68.82%-
HSV(B)154.04º57.32%96.47%-
XYZ47.5472.4257.37-
YUV196.89121.2962.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.59%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=19.59%
G=45.90%
B=34.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052461850.5700.250.04154.0488.6868.82
Hex69F6B93901949a5945
Octal151366271710314232131105
Binary110100111110110101110011110010110011001001101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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