#69DAB4

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

Shades of Medium Aquamarine #69DAB4

Tints of Medium Aquamarine #69DAB4

Color information

#69DAB4 (or 0x69DAB4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DA and B4. RGB value is (105,218,180). Sum of RGB (Red+Green+Blue) = 105+218+180=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAB4 is #96254B. Grayscale: #B3B3B3. Windows color (decimal): -9839948 or 11852393. OLE color: 11852393.

HSL color Cylindrical-coordinate representation of color #69DAB4: hue angle of 159.82º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAB4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB105218180-
CMYK0.5200.170.15
HSL159.82º60.43%63.33%-
HSV(B)159.82º51.83%85.49%-
XYZ39.1456.4452.01-
YUV179.88128.0674.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=20.87%
G=43.34%
B=35.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181800.5200.170.15159.8260.4363.33
Hex69DAB434011Fa03c3f
Octal15133226464021172407477
Binary11010011101101010110100110100010001111110100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,180); }

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

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

 a { background-color: rgb(105,218,180); }

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

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

 span { border-color: rgb(105,218,180); }

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