#6AFCBA

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

Shades of Aquamarine #6AFCBA

Tints of Aquamarine #6AFCBA

Color information

#6AFCBA (or 0x6AFCBA) is unknown color: approx Aquamarine. HEX triplet: 6A, FC and BA. RGB value is (106,252,186). Sum of RGB (Red+Green+Blue) = 106+252+186=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCBA is #950345. Grayscale: #C8C8C8. Windows color (decimal): -9765702 or 12254314. OLE color: 12254314.

HSL color Cylindrical-coordinate representation of color #6AFCBA: hue angle of 152.88º 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 #6AFCBA is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB106252186-
CMYK0.5800.260.01
HSL152.88º96.05%70.2%-
HSV(B)152.88º57.94%98.82%-
XYZ49.6276.2358.55-
YUV200.82119.6360.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.49%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=19.49%
G=46.32%
B=34.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062521860.5800.260.01152.8896.0570.2
Hex6AFCBA3A01A1996046
Octal152374272720321231140106
Binary1101010111111001011101011101001101011001100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,252,186); }

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

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

 a { background-color: rgb(106,252,186); }

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

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

 span { border-color: rgb(106,252,186); }

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