#6AFBAF

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

Shades of Aquamarine #6AFBAF

Tints of Aquamarine #6AFBAF

Color information

#6AFBAF (or 0x6AFBAF) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and AF. RGB value is (106,251,175). Sum of RGB (Red+Green+Blue) = 106+251+175=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBAF is #950450. Grayscale: #C7C7C7. Windows color (decimal): -9765969 or 11533162. OLE color: 11533162.

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

Color convert

RGB106251175-
CMYK0.5800.300.02
HSL148.55º94.77%70%-
HSV(B)148.55º57.77%98.43%-
XYZ48.1875.1552.52-
YUV198.98114.4661.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.92%
GREEN value IS 251 (98.44% from 255) = 47.18%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=19.92%
G=47.18%
B=32.89%

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
Decimal1062511750.5800.300.02148.5594.7770
Hex6AFBAF3A01E2955f46
Octal152373257720362225137106
Binary11010101111101110101111111010011110101001010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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