#6AFBB2

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

Shades of Aquamarine #6AFBB2

Tints of Aquamarine #6AFBB2

Color information

#6AFBB2 (or 0x6AFBB2) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and B2. RGB value is (106,251,178). Sum of RGB (Red+Green+Blue) = 106+251+178=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBB2 is #95044D. Grayscale: #C7C7C7. Windows color (decimal): -9765966 or 11729770. OLE color: 11729770.

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

Color convert

RGB106251178-
CMYK0.5800.290.02
HSL149.79º94.77%70%-
HSV(B)149.79º57.77%98.43%-
XYZ48.4875.2754.09-
YUV199.32115.9661.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.81%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=19.81%
G=46.92%
B=33.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511780.5800.290.02149.7994.7770
Hex6AFBB23A01D2965f46
Octal152373262720352226137106
Binary11010101111101110110010111010011101101001011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,178); }

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

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

 a { background-color: rgb(106,251,178); }

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

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

 span { border-color: rgb(106,251,178); }

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