#6BF5BF

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

Shades of Aquamarine #6BF5BF

Tints of Aquamarine #6BF5BF

Color information

#6BF5BF (or 0x6BF5BF) is unknown color: approx Aquamarine. HEX triplet: 6B, F5 and BF. RGB value is (107,245,191). Sum of RGB (Red+Green+Blue) = 107+245+191=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF5BF is #940A40. Grayscale: #C5C5C5. Windows color (decimal): -9701953 or 12580203. OLE color: 12580203.

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

Color convert

RGB107245191-
CMYK0.5600.220.04
HSL156.52º87.34%69.02%-
HSV(B)156.52º56.33%96.08%-
XYZ48.1272.1960.69-
YUV197.58124.2863.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.71%
GREEN value IS 245 (96.09% from 255) = 45.12%
BLUE value IS 191 (75% from 255) = 35.17%
R=19.71%
G=45.12%
B=35.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072451910.5600.220.04156.5287.3469.02
Hex6BF5BF3801649d5745
Octal153365277700264235127105
Binary110101111110101101111111110000101101001001110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,245,191); }

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

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

 a { background-color: rgb(107,245,191); }

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

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

 span { border-color: rgb(107,245,191); }

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