#69D7AF

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

Shades of Medium Aquamarine #69D7AF

Tints of Medium Aquamarine #69D7AF

Color information

#69D7AF (or 0x69D7AF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D7 and AF. RGB value is (105,215,175). Sum of RGB (Red+Green+Blue) = 105+215+175=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D7AF is #962850. Grayscale: #B1B1B1. Windows color (decimal): -9840721 or 11523945. OLE color: 11523945.

HSL color Cylindrical-coordinate representation of color #69D7AF: hue angle of 158.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D7AF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB105215175-
CMYK0.5100.190.16
HSL158.18º57.89%62.75%-
HSV(B)158.18º51.16%84.31%-
XYZ37.8654.749.12-
YUV177.55126.5676.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=21.21%
G=43.43%
B=35.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151750.5100.190.16158.1857.8962.75
Hex69D7AF33013109e3a3f
Octal15132725763023202367277
Binary110100111010111101011111100110100111000010011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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