#69DD98

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

Shades of Medium Aquamarine #69DD98

Tints of Medium Aquamarine #69DD98

Color information

#69DD98 (or 0x69DD98) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DD and 98. RGB value is (105,221,152). Sum of RGB (Red+Green+Blue) = 105+221+152=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DD98 is #962267. Grayscale: #B2B2B2. Windows color (decimal): -9839208 or 10018153. OLE color: 10018153.

HSL color Cylindrical-coordinate representation of color #69DD98: hue angle of 144.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DD98 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB105221152-
CMYK0.5200.310.13
HSL144.31º63.04%63.92%-
HSV(B)144.31º52.49%86.67%-
XYZ37.3556.9838.74-
YUV178.45113.0775.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=21.97%
G=46.23%
B=31.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211520.5200.310.13144.3163.0463.92
Hex69DD983401FD903f40
Octal151335230640371522077100
Binary110100111011101100110001101000111111101100100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,221,152); }

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

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

 a { background-color: rgb(105,221,152); }

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

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

 span { border-color: rgb(105,221,152); }

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