#6CFCAA

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

Shades of Aquamarine #6CFCAA

Tints of Aquamarine #6CFCAA

Color information

#6CFCAA (or 0x6CFCAA) is unknown color: approx Aquamarine. HEX triplet: 6C, FC and AA. RGB value is (108,252,170). Sum of RGB (Red+Green+Blue) = 108+252+170=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFCAA is #930355. Grayscale: #C7C7C7. Windows color (decimal): -9634646 or 11205740. OLE color: 11205740.

HSL color Cylindrical-coordinate representation of color #6CFCAA: hue angle of 145.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFCAA is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB108252170-
CMYK0.5700.330.01
HSL145.83º96%70.59%-
HSV(B)145.83º57.14%98.82%-
XYZ48.2575.7150.1-
YUV199.6111.2962.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=20.38%
G=47.55%
B=32.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1082521700.5700.330.01145.839670.59
Hex6CFCAA390211926047
Octal154374252710411222140107
Binary11011001111110010101010111001010000111001001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CFCAA; }

 p { color: rgb(108,252,170); }

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

<style>
 a { background-color: #6CFCAA; }

 a { background-color: rgb(108,252,170); }

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

<style>
 span { border-color: #6CFCAA; }

 span { border-color: rgb(108,252,170); }

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