#69DC99

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

Shades of Medium Aquamarine #69DC99

Tints of Medium Aquamarine #69DC99

Color information

#69DC99 (or 0x69DC99) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DC and 99. RGB value is (105,220,153). Sum of RGB (Red+Green+Blue) = 105+220+153=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DC99 is #962366. Grayscale: #B2B2B2. Windows color (decimal): -9839463 or 10083433. OLE color: 10083433.

HSL color Cylindrical-coordinate representation of color #69DC99: hue angle of 145.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC99 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB105220153-
CMYK0.5200.300.14
HSL145.04º62.16%63.73%-
HSV(B)145.04º52.27%86.27%-
XYZ37.1756.4939.08-
YUV177.98113.975.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=21.97%
G=46.03%
B=32.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201530.5200.300.14145.0462.1663.73
Hex69DC993401EE913e40
Octal151334231640361622176100
Binary110100111011100100110011101000111101110100100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,153); }

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

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

 a { background-color: rgb(105,220,153); }

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

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

 span { border-color: rgb(105,220,153); }

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