#69F9DC

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

Shades of Aquamarine #69F9DC

Tints of Aquamarine #69F9DC

Color information

#69F9DC (or 0x69F9DC) is unknown color: approx Aquamarine. HEX triplet: 69, F9 and DC. RGB value is (105,249,220). Sum of RGB (Red+Green+Blue) = 105+249+220=574 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.29% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9DC is #960623. Grayscale: #CACACA. Windows color (decimal): -9831972 or 14481769. OLE color: 14481769.

HSL color Cylindrical-coordinate representation of color #69F9DC: hue angle of 167.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F9DC is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB105249220-
CMYK0.5800.120.02
HSL167.92º92.31%69.41%-
HSV(B)167.92º57.83%97.65%-
XYZ52.6275.9279.59-
YUV202.64137.7958.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.29%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=18.29%
G=43.38%
B=38.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052492200.5800.120.02167.9292.3169.41
Hex69F9DC3A0C2a85c45
Octal151371334720142250134105
Binary1101001111110011101110011101001100101010100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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