#69FDE3

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

Shades of Aquamarine #69FDE3

Tints of Aquamarine #69FDE3

Color information

#69FDE3 (or 0x69FDE3) is unknown color: approx Aquamarine. HEX triplet: 69, FD and E3. RGB value is (105,253,227). Sum of RGB (Red+Green+Blue) = 105+253+227=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FDE3 is #96021C. Grayscale: #CDCDCD. Windows color (decimal): -9830941 or 14941545. OLE color: 14941545.

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

Color convert

RGB105253227-
CMYK0.5800.100.01
HSL169.46º97.37%70.2%-
HSV(B)169.46º58.5%99.22%-
XYZ54.8278.884.99-
YUV205.78139.9756.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.95%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 227 (89.06% from 255) = 38.80%
R=17.95%
G=43.25%
B=38.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052532270.5800.100.01169.4697.3770.2
Hex69FDE33A0A1a96146
Octal151375343720121251141106
Binary110100111111101111000111110100101011010100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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