#6AFBB0

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

Shades of Aquamarine #6AFBB0

Tints of Aquamarine #6AFBB0

Color information

#6AFBB0 (or 0x6AFBB0) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and B0. RGB value is (106,251,176). Sum of RGB (Red+Green+Blue) = 106+251+176=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBB0 is #95044F. Grayscale: #C7C7C7. Windows color (decimal): -9765968 or 11598698. OLE color: 11598698.

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

Color convert

RGB106251176-
CMYK0.5800.300.02
HSL148.97º94.77%70%-
HSV(B)148.97º57.77%98.43%-
XYZ48.2875.1953.04-
YUV199.09114.9661.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.89%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=19.89%
G=47.09%
B=33.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511760.5800.300.02148.9794.7770
Hex6AFBB03A01E2955f46
Octal152373260720362225137106
Binary11010101111101110110000111010011110101001010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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