#6BF6B4

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

Shades of Aquamarine #6BF6B4

Tints of Aquamarine #6BF6B4

Color information

#6BF6B4 (or 0x6BF6B4) is unknown color: approx Aquamarine. HEX triplet: 6B, F6 and B4. RGB value is (107,246,180). Sum of RGB (Red+Green+Blue) = 107+246+180=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF6B4 is #94094B. Grayscale: #C5C5C5. Windows color (decimal): -9701708 or 11859563. OLE color: 11859563.

HSL color Cylindrical-coordinate representation of color #6BF6B4: hue angle of 151.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6B4 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB107246180-
CMYK0.5700.270.04
HSL151.51º88.54%69.22%-
HSV(B)151.51º56.5%96.47%-
XYZ47.2672.3354.65-
YUV196.92118.4563.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=20.08%
G=46.15%
B=33.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072461800.5700.270.04151.5188.5469.22
Hex6BF6B43901B4985945
Octal153366264710334230131105
Binary110101111110110101101001110010110111001001100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,246,180); }

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

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

 a { background-color: rgb(107,246,180); }

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

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

 span { border-color: rgb(107,246,180); }

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