#69F2DC

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

Shades of Aquamarine #69F2DC

Tints of Aquamarine #69F2DC

Color information

#69F2DC (or 0x69F2DC) is unknown color: approx Aquamarine. HEX triplet: 69, F2 and DC. RGB value is (105,242,220). Sum of RGB (Red+Green+Blue) = 105+242+220=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2DC is #960D23. Grayscale: #C6C6C6. Windows color (decimal): -9833764 or 14479977. OLE color: 14479977.

HSL color Cylindrical-coordinate representation of color #69F2DC: hue angle of 170.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2DC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB105242220-
CMYK0.5700.090.05
HSL170.36º84.05%68.04%-
HSV(B)170.36º56.61%94.9%-
XYZ50.571.6778.88-
YUV198.53140.1161.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.52%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=18.52%
G=42.68%
B=38.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052422200.5700.090.05170.3684.0568.04
Hex69F2DC39095aa5444
Octal151362334710115252124104
Binary11010011111001011011100111001010011011010101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,242,220); }

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

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

 a { background-color: rgb(105,242,220); }

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

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

 span { border-color: rgb(105,242,220); }

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