#69FCDA

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

Shades of Aquamarine #69FCDA

Tints of Aquamarine #69FCDA

Color information

#69FCDA (or 0x69FCDA) is unknown color: approx Aquamarine. HEX triplet: 69, FC and DA. RGB value is (105,252,218). Sum of RGB (Red+Green+Blue) = 105+252+218=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FCDA is #960325. Grayscale: #CCCCCC. Windows color (decimal): -9831206 or 14351465. OLE color: 14351465.

HSL color Cylindrical-coordinate representation of color #69FCDA: hue angle of 166.12º degrees, saturation: 0.96, 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 #69FCDA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB105252218-
CMYK0.5800.130.01
HSL166.12º96.08%70%-
HSV(B)166.12º58.33%98.82%-
XYZ53.2977.6978.52-
YUV204.17135.857.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=18.26%
G=43.83%
B=37.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052522180.5800.130.01166.1296.0870
Hex69FCDA3A0D1a66046
Octal151374332720151246140106
Binary110100111111100110110101110100110111010011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,252,218); }

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

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

 a { background-color: rgb(105,252,218); }

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

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

 span { border-color: rgb(105,252,218); }

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