#69ECD1

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

Shades of Aquamarine #69ECD1

Tints of Aquamarine #69ECD1

Color information

#69ECD1 (or 0x69ECD1) is unknown color: approx Aquamarine. HEX triplet: 69, EC and D1. RGB value is (105,236,209). Sum of RGB (Red+Green+Blue) = 105+236+209=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECD1 is #96132E. Grayscale: #C1C1C1. Windows color (decimal): -9835311 or 13757545. OLE color: 13757545.

HSL color Cylindrical-coordinate representation of color #69ECD1: hue angle of 167.63º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECD1 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB105236209-
CMYK0.5600.110.07
HSL167.63º77.51%66.86%-
HSV(B)167.63º55.51%92.55%-
XYZ47.3367.670.87-
YUV193.75136.664.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.09%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 209 (82.03% from 255) = 38%
R=19.09%
G=42.91%
B=38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052362090.5600.110.07167.6377.5166.86
Hex69ECD1380B7a84e43
Octal151354321700137250116103
Binary11010011110110011010001111000010111111010100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,236,209); }

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

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

 a { background-color: rgb(105,236,209); }

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

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

 span { border-color: rgb(105,236,209); }

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