#69CD9F

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

Shades of Medium Aquamarine #69CD9F

Tints of Medium Aquamarine #69CD9F

Color information

#69CD9F (or 0x69CD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and 9F. RGB value is (105,205,159). Sum of RGB (Red+Green+Blue) = 105+205+159=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CD9F is #963260. Grayscale: #A9A9A9. Windows color (decimal): -9843297 or 10472809. OLE color: 10472809.

HSL color Cylindrical-coordinate representation of color #69CD9F: hue angle of 152.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CD9F is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB105205159-
CMYK0.4900.220.20
HSL152.4º50%60.78%-
HSV(B)152.4º48.78%80.39%-
XYZ33.9249.1740.5-
YUV169.86121.8781.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=22.39%
G=43.71%
B=33.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051590.4900.220.20152.45060.78
Hex69CD9F310161498323d
Octal15131523761026242306275
Binary110100111001101100111111100010101101010010011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,159); }

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

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

 a { background-color: rgb(105,205,159); }

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

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

 span { border-color: rgb(105,205,159); }

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