#69FFD7

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

Shades of Aquamarine #69FFD7

Tints of Aquamarine #69FFD7

Color information

#69FFD7 (or 0x69FFD7) is unknown color: approx Aquamarine. HEX triplet: 69, FF and D7. RGB value is (105,255,215). Sum of RGB (Red+Green+Blue) = 105+255+215=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFD7 is #960028. Grayscale: #CDCDCD. Windows color (decimal): -9830441 or 14155625. OLE color: 14155625.

HSL color Cylindrical-coordinate representation of color #69FFD7: hue angle of 164º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFD7 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB105255215-
CMYK0.5900.160
HSL164º100%70.59%-
HSV(B)164º58.82%100%-
XYZ53.8579.4376.78-
YUV205.59133.356.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=18.26%
G=44.35%
B=37.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552150.5900.16016410070.59
Hex69FFD73B0100a46447
Octal151377327730200244144107
Binary1101001111111111101011111101101000001010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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