#6AF3C2

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

Shades of Aquamarine #6AF3C2

Tints of Aquamarine #6AF3C2

Color information

#6AF3C2 (or 0x6AF3C2) is unknown color: approx Aquamarine. HEX triplet: 6A, F3 and C2. RGB value is (106,243,194). Sum of RGB (Red+Green+Blue) = 106+243+194=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3C2 is #950C3D. Grayscale: #C4C4C4. Windows color (decimal): -9767998 or 12776298. OLE color: 12776298.

HSL color Cylindrical-coordinate representation of color #6AF3C2: hue angle of 158.54º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3C2 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB106243194-
CMYK0.5600.200.05
HSL158.54º85.09%68.43%-
HSV(B)158.54º56.38%95.29%-
XYZ47.7371.0662.24-
YUV196.45126.6163.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.52%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=19.52%
G=44.75%
B=35.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062431940.5600.200.05158.5485.0968.43
Hex6AF3C23801459f5544
Octal152363302700245237125104
Binary110101011110011110000101110000101001011001111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,194); }

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

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

 a { background-color: rgb(106,243,194); }

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

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

 span { border-color: rgb(106,243,194); }

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