#6AFBA5

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

Shades of Medium Aquamarine #6AFBA5

Tints of Medium Aquamarine #6AFBA5

Color information

#6AFBA5 (or 0x6AFBA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FB and A5. RGB value is (106,251,165). Sum of RGB (Red+Green+Blue) = 106+251+165=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBA5 is #95045A. Grayscale: #C6C6C6. Windows color (decimal): -9765979 or 10877802. OLE color: 10877802.

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

Color convert

RGB106251165-
CMYK0.5800.340.02
HSL144.41º94.77%70%-
HSV(B)144.41º57.77%98.43%-
XYZ47.2374.7847.54-
YUV197.84109.4662.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.31%
GREEN value IS 251 (98.44% from 255) = 48.08%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=20.31%
G=48.08%
B=31.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062511650.5800.340.02144.4194.7770
Hex6AFBA53A0222905f46
Octal152373245720422220137106
Binary110101011111011101001011110100100010101001000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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