#69FCC0

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

Shades of Aquamarine #69FCC0

Tints of Aquamarine #69FCC0

Color information

#69FCC0 (or 0x69FCC0) is unknown color: approx Aquamarine. HEX triplet: 69, FC and C0. RGB value is (105,252,192). Sum of RGB (Red+Green+Blue) = 105+252+192=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FCC0 is #96033F. Grayscale: #C9C9C9. Windows color (decimal): -9831232 or 12647529. OLE color: 12647529.

HSL color Cylindrical-coordinate representation of color #69FCC0: hue angle of 155.51º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCC0 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB105252192-
CMYK0.5800.240.01
HSL155.51º96.08%70%-
HSV(B)155.51º58.33%98.82%-
XYZ50.1576.4361.98-
YUV201.21122.859.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.13%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=19.13%
G=45.90%
B=34.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052521920.5800.240.01155.5196.0870
Hex69FCC03A01819c6046
Octal151374300720301234140106
Binary1101001111111001100000011101001100011001110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,252,192); }

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

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

 a { background-color: rgb(105,252,192); }

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

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

 span { border-color: rgb(105,252,192); }

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