#69FFCC

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

Shades of Aquamarine #69FFCC

Tints of Aquamarine #69FFCC

Color information

#69FFCC (or 0x69FFCC) is unknown color: approx Aquamarine. HEX triplet: 69, FF and CC. RGB value is (105,255,204). Sum of RGB (Red+Green+Blue) = 105+255+204=564 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.62% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFCC is #960033. Grayscale: #CCCCCC. Windows color (decimal): -9830452 or 13434729. OLE color: 13434729.

HSL color Cylindrical-coordinate representation of color #69FFCC: hue angle of 159.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFCC is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB105255204-
CMYK0.5900.20
HSL159.6º100%70.59%-
HSV(B)159.6º58.82%100%-
XYZ52.4878.8869.59-
YUV204.34127.857.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.62%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=18.62%
G=45.21%
B=36.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552040.5900.20159.610070.59
Hex69FFCC3B0140a06447
Octal151377314730240240144107
Binary1101001111111111100110011101101010001010000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,255,204); }

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

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

 a { background-color: rgb(105,255,204); }

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

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

 span { border-color: rgb(105,255,204); }

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