#69F7CE

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

Shades of Aquamarine #69F7CE

Tints of Aquamarine #69F7CE

Color information

#69F7CE (or 0x69F7CE) is unknown color: approx Aquamarine. HEX triplet: 69, F7 and CE. RGB value is (105,247,206). Sum of RGB (Red+Green+Blue) = 105+247+206=558 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.82% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #69F7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F7CE is #960831. Grayscale: #C7C7C7. Windows color (decimal): -9832498 or 13563753. OLE color: 13563753.

HSL color Cylindrical-coordinate representation of color #69F7CE: hue angle of 162.68º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F7CE is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB105247206-
CMYK0.5700.170.03
HSL162.68º89.87%69.02%-
HSV(B)162.68º57.49%96.86%-
XYZ50.2373.9870.03-
YUV199.87131.4660.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.82%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=18.82%
G=44.27%
B=36.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052472060.5700.170.03162.6889.8769.02
Hex69F7CE390113a35a45
Octal151367316710213243132105
Binary11010011111011111001110111001010001111010001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,247,206); }

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

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

 a { background-color: rgb(105,247,206); }

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

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

 span { border-color: rgb(105,247,206); }

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