#6AFBB5

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

Shades of Aquamarine #6AFBB5

Tints of Aquamarine #6AFBB5

Color information

#6AFBB5 (or 0x6AFBB5) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and B5. RGB value is (106,251,181). Sum of RGB (Red+Green+Blue) = 106+251+181=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBB5 is #95044A. Grayscale: #C7C7C7. Windows color (decimal): -9765963 or 11926378. OLE color: 11926378.

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

Color convert

RGB106251181-
CMYK0.5800.280.02
HSL151.03º94.77%70%-
HSV(B)151.03º57.77%98.43%-
XYZ48.7875.3955.7-
YUV199.66117.4661.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.70%
GREEN value IS 251 (98.44% from 255) = 46.65%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=19.70%
G=46.65%
B=33.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511810.5800.280.02151.0394.7770
Hex6AFBB53A01C2975f46
Octal152373265720342227137106
Binary11010101111101110110101111010011100101001011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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