#69DBB0

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

Shades of Medium Aquamarine #69DBB0

Tints of Medium Aquamarine #69DBB0

Color information

#69DBB0 (or 0x69DBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DB and B0. RGB value is (105,219,176). Sum of RGB (Red+Green+Blue) = 105+219+176=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBB0 is #96244F. Grayscale: #B4B4B4. Windows color (decimal): -9839696 or 11590505. OLE color: 11590505.

HSL color Cylindrical-coordinate representation of color #69DBB0: hue angle of 157.37º degrees, saturation: 0.61, 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 #69DBB0 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB105219176-
CMYK0.5200.200.14
HSL157.37º61.29%63.53%-
HSV(B)157.37º52.05%85.88%-
XYZ38.9956.849.98-
YUV180.01125.7374.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=21%
G=43.8%
B=35.2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052191760.5200.200.14157.3761.2963.53
Hex69DBB034014E9d3d40
Octal151333260640241623575100
Binary110100111011011101100001101000101001110100111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,219,176); }

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

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

 a { background-color: rgb(105,219,176); }

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

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

 span { border-color: rgb(105,219,176); }

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