#6AFBD8

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

Shades of Aquamarine #6AFBD8

Tints of Aquamarine #6AFBD8

Color information

#6AFBD8 (or 0x6AFBD8) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and D8. RGB value is (106,251,216). Sum of RGB (Red+Green+Blue) = 106+251+216=573 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.50% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBD8 is #950427. Grayscale: #CBCBCB. Windows color (decimal): -9765928 or 14220138. OLE color: 14220138.

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

Color convert

RGB106251216-
CMYK0.5800.140.02
HSL165.52º94.77%70%-
HSV(B)165.52º57.77%98.43%-
XYZ52.8477.0277.05-
YUV203.65134.9658.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.50%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=18.50%
G=43.80%
B=37.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062512160.5800.140.02165.5294.7770
Hex6AFBD83A0E2a65f46
Octal152373330720162246137106
Binary1101010111110111101100011101001110101010011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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