#69D1B1

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

Shades of Medium Aquamarine #69D1B1

Tints of Medium Aquamarine #69D1B1

Color information

#69D1B1 (or 0x69D1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D1 and B1. RGB value is (105,209,177). Sum of RGB (Red+Green+Blue) = 105+209+177=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D1B1 is #962E4E. Grayscale: #AEAEAE. Windows color (decimal): -9842255 or 11653481. OLE color: 11653481.

HSL color Cylindrical-coordinate representation of color #69D1B1: hue angle of 161.54º degrees, saturation: 0.53, 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 #69D1B1 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB105209177-
CMYK0.5000.150.18
HSL161.54º53.06%61.57%-
HSV(B)161.54º49.76%81.96%-
XYZ36.5651.7849.66-
YUV174.26129.5478.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=21.38%
G=42.57%
B=36.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091770.5000.150.18161.5453.0661.57
Hex69D1B1320F12a2353e
Octal15132126162017222426576
Binary11010011101000110110001110010011111001010100010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,177); }

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

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

 a { background-color: rgb(105,209,177); }

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

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

 span { border-color: rgb(105,209,177); }

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