#69F9DD

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

Shades of Aquamarine #69F9DD

Tints of Aquamarine #69F9DD

Color information

#69F9DD (or 0x69F9DD) is unknown color: approx Aquamarine. HEX triplet: 69, F9 and DD. RGB value is (105,249,221). Sum of RGB (Red+Green+Blue) = 105+249+221=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9DD is #960622. Grayscale: #CACACA. Windows color (decimal): -9831971 or 14547305. OLE color: 14547305.

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

Color convert

RGB105249221-
CMYK0.5800.110.02
HSL168.33º92.31%69.41%-
HSV(B)168.33º57.83%97.65%-
XYZ52.7575.9880.29-
YUV202.75138.2958.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.26%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=18.26%
G=43.30%
B=38.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052492210.5800.110.02168.3392.3169.41
Hex69F9DD3A0B2a85c45
Octal151371335720132250134105
Binary1101001111110011101110111101001011101010100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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