#69D29C

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

Shades of Medium Aquamarine #69D29C

Tints of Medium Aquamarine #69D29C

Color information

#69D29C (or 0x69D29C) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D2 and 9C. RGB value is (105,210,156). Sum of RGB (Red+Green+Blue) = 105+210+156=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #69D29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D29C is #962D63. Grayscale: #ACACAC. Windows color (decimal): -9842020 or 10277481. OLE color: 10277481.

HSL color Cylindrical-coordinate representation of color #69D29C: hue angle of 149.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D29C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB105210156-
CMYK0.5000.260.18
HSL149.14º53.85%61.76%-
HSV(B)149.14º50%82.35%-
XYZ34.8751.539.55-
YUV172.45118.7179.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=22.29%
G=44.59%
B=33.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101560.5000.260.18149.1453.8561.76
Hex69D29C3201A1295363e
Octal15132223462032222256676
Binary110100111010010100111001100100110101001010010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,210,156); }

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

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

 a { background-color: rgb(105,210,156); }

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

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

 span { border-color: rgb(105,210,156); }

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