#69FDCD

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

Shades of Aquamarine #69FDCD

Tints of Aquamarine #69FDCD

Color information

#69FDCD (or 0x69FDCD) is unknown color: approx Aquamarine. HEX triplet: 69, FD and CD. RGB value is (105,253,205). Sum of RGB (Red+Green+Blue) = 105+253+205=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FDCD is #960232. Grayscale: #CBCBCB. Windows color (decimal): -9830963 or 13499753. OLE color: 13499753.

HSL color Cylindrical-coordinate representation of color #69FDCD: hue angle of 160.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDCD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB105253205-
CMYK0.5800.190.01
HSL160.54º97.37%70.2%-
HSV(B)160.54º58.5%99.22%-
XYZ51.9777.6670.01-
YUV203.28128.9757.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.65%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=18.65%
G=44.94%
B=36.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052532050.5800.190.01160.5497.3770.2
Hex69FDCD3A0131a16146
Octal151375315720231241141106
Binary1101001111111011100110111101001001111010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,253,205); }

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

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

 a { background-color: rgb(105,253,205); }

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

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

 span { border-color: rgb(105,253,205); }

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