#6AF9CC

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

Shades of Aquamarine #6AF9CC

Tints of Aquamarine #6AF9CC

Color information

#6AF9CC (or 0x6AF9CC) is unknown color: approx Aquamarine. HEX triplet: 6A, F9 and CC. RGB value is (106,249,204). Sum of RGB (Red+Green+Blue) = 106+249+204=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF9CC is #950633. Grayscale: #C9C9C9. Windows color (decimal): -9766452 or 13433194. OLE color: 13433194.

HSL color Cylindrical-coordinate representation of color #6AF9CC: hue angle of 161.12º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF9CC is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB106249204-
CMYK0.5700.180.02
HSL161.12º92.26%69.61%-
HSV(B)161.12º57.43%97.65%-
XYZ50.7275.1868.96-
YUV201.11129.6260.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=18.96%
G=44.54%
B=36.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062492040.5700.180.02161.1292.2669.61
Hex6AF9CC390122a15c46
Octal152371314710222241134106
Binary11010101111100111001100111001010010101010000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,249,204); }

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

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

 a { background-color: rgb(106,249,204); }

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

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

 span { border-color: rgb(106,249,204); }

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