#69ECD2

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

Shades of Aquamarine #69ECD2

Tints of Aquamarine #69ECD2

Color information

#69ECD2 (or 0x69ECD2) is unknown color: approx Aquamarine. HEX triplet: 69, EC and D2. RGB value is (105,236,210). Sum of RGB (Red+Green+Blue) = 105+236+210=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECD2 is #96132D. Grayscale: #C1C1C1. Windows color (decimal): -9835310 or 13823081. OLE color: 13823081.

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

Color convert

RGB105236210-
CMYK0.5600.110.07
HSL168.09º77.51%66.86%-
HSV(B)168.09º55.51%92.55%-
XYZ47.4567.6571.53-
YUV193.87137.164.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.06%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=19.06%
G=42.83%
B=38.11%

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
Decimal1052362100.5600.110.07168.0977.5166.86
Hex69ECD2380B7a84e43
Octal151354322700137250116103
Binary11010011110110011010010111000010111111010100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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