#69DDA1

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

Shades of Medium Aquamarine #69DDA1

Tints of Medium Aquamarine #69DDA1

Color information

#69DDA1 (or 0x69DDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DD and A1. RGB value is (105,221,161). Sum of RGB (Red+Green+Blue) = 105+221+161=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDA1 is #96225E. Grayscale: #B3B3B3. Windows color (decimal): -9839199 or 10607977. OLE color: 10607977.

HSL color Cylindrical-coordinate representation of color #69DDA1: hue angle of 148.97º 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 #69DDA1 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB105221161-
CMYK0.5200.270.13
HSL148.97º63.04%63.92%-
HSV(B)148.97º52.49%86.67%-
XYZ38.1257.2942.77-
YUV179.48117.5774.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=21.56%
G=45.38%
B=33.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211610.5200.270.13148.9763.0463.92
Hex69DDA13401BD953f40
Octal151335241640331522577100
Binary110100111011101101000011101000110111101100101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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