#69efcd

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

Shades of Aquamarine #69EFCD

Tints of Aquamarine #69EFCD

Color information

#69EFCD (or 0x69EFCD) is unknown color: approx Aquamarine. HEX triplet: 69, EF and CD. RGB value is (105,239,205). Sum of RGB (Red+Green+Blue) = 105+239+205=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFCD is #961032. Grayscale: #C3C3C3. Windows color (decimal): -9834547 or 13496169. OLE color: 13496169.

HSL color Cylindrical-coordinate representation of color #69EFCD: hue angle of 164.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFCD is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB105239205-
CMYK0.5600.140.06
HSL164.78º80.72%67.45%-
HSV(B)164.78º56.07%93.73%-
XYZ47.7169.1468.59-
YUV195.06133.6163.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.13%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=19.13%
G=43.53%
B=37.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052392050.5600.140.06164.7880.7267.45
Hex69EFCD380E6a55143
Octal151357315700166245121103
Binary11010011110111111001101111000011101101010010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69efcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,205); }

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

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

 a { background-color: rgb(105,239,205); }

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

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

 span { border-color: rgb(105,239,205); }

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