#6BF7B6

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

Shades of Aquamarine #6BF7B6

Tints of Aquamarine #6BF7B6

Color information

#6BF7B6 (or 0x6BF7B6) is unknown color: approx Aquamarine. HEX triplet: 6B, F7 and B6. RGB value is (107,247,182). Sum of RGB (Red+Green+Blue) = 107+247+182=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF7B6 is #940849. Grayscale: #C5C5C5. Windows color (decimal): -9701450 or 11990891. OLE color: 11990891.

HSL color Cylindrical-coordinate representation of color #6BF7B6: hue angle of 152.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF7B6 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB107247182-
CMYK0.5700.260.03
HSL152.14º89.74%69.41%-
HSV(B)152.14º56.68%96.86%-
XYZ47.7773.0255.83-
YUV197.73119.1263.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.96%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=19.96%
G=46.08%
B=33.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1072471820.5700.260.03152.1489.7469.41
Hex6BF7B63901A3985a45
Octal153367266710323230132105
Binary11010111111011110110110111001011010111001100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,247,182); }

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

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

 a { background-color: rgb(107,247,182); }

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

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

 span { border-color: rgb(107,247,182); }

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