#69FFBB

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

Shades of Aquamarine #69FFBB

Tints of Aquamarine #69FFBB

Color information

#69FFBB (or 0x69FFBB) is unknown color: approx Aquamarine. HEX triplet: 69, FF and BB. RGB value is (105,255,187). Sum of RGB (Red+Green+Blue) = 105+255+187=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFBB is #960044. Grayscale: #CACACA. Windows color (decimal): -9830469 or 12320617. OLE color: 12320617.

HSL color Cylindrical-coordinate representation of color #69FFBB: hue angle of 152.8º 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 #69FFBB is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB105255187-
CMYK0.5900.270
HSL152.8º100%70.59%-
HSV(B)152.8º58.82%100%-
XYZ50.5678.1159.43-
YUV202.4119.358.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=19.20%
G=46.62%
B=34.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551870.5900.270152.810070.59
Hex69FFBB3B01B0996447
Octal151377273730330231144107
Binary1101001111111111011101111101101101101001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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