#6BFAA1

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

Shades of Medium Aquamarine #6BFAA1

Tints of Medium Aquamarine #6BFAA1

Color information

#6BFAA1 (or 0x6BFAA1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, FA and A1. RGB value is (107,250,161). Sum of RGB (Red+Green+Blue) = 107+250+161=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFAA1 is #94055E. Grayscale: #C5C5C5. Windows color (decimal): -9700703 or 10615403. OLE color: 10615403.

HSL color Cylindrical-coordinate representation of color #6BFAA1: hue angle of 142.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAA1 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB107250161-
CMYK0.5700.360.02
HSL142.66º93.46%70%-
HSV(B)142.66º57.2%98.04%-
XYZ46.6874.0745.55-
YUV197.1107.6263.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.66%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=20.66%
G=48.26%
B=31.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072501610.5700.360.02142.6693.4670
Hex6BFAA13902428f5d46
Octal153372241710442217135106
Binary110101111111010101000011110010100100101000111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,250,161); }

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

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

 a { background-color: rgb(107,250,161); }

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

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

 span { border-color: rgb(107,250,161); }

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