#69deaf

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

Shades of Medium Aquamarine #69DEAF

Tints of Medium Aquamarine #69DEAF

Color information

#69DEAF (or 0x69DEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DE and AF. RGB value is (105,222,175). Sum of RGB (Red+Green+Blue) = 105+222+175=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DEAF is #962150. Grayscale: #B5B5B5. Windows color (decimal): -9838929 or 11525737. OLE color: 11525737.

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

Color convert

RGB105222175-
CMYK0.5300.210.13
HSL155.9º63.93%64.12%-
HSV(B)155.9º52.7%87.06%-
XYZ39.6858.3449.73-
YUV181.66124.2473.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.92%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=20.92%
G=44.22%
B=34.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221750.5300.210.13155.963.9364.12
Hex69DEAF35015D9c4040
Octal1513362576502515234100100
Binary1101001110111101010111111010101010111011001110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69deaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,175); }

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

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

 a { background-color: rgb(105,222,175); }

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

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

 span { border-color: rgb(105,222,175); }

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