#6BF5BC

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

Shades of Aquamarine #6BF5BC

Tints of Aquamarine #6BF5BC

Color information

#6BF5BC (or 0x6BF5BC) is unknown color: approx Aquamarine. HEX triplet: 6B, F5 and BC. RGB value is (107,245,188). Sum of RGB (Red+Green+Blue) = 107+245+188=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF5BC is #940A43. Grayscale: #C5C5C5. Windows color (decimal): -9701956 or 12383595. OLE color: 12383595.

HSL color Cylindrical-coordinate representation of color #6BF5BC: hue angle of 155.22º 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 #6BF5BC is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB107245188-
CMYK0.5600.230.04
HSL155.22º87.34%69.02%-
HSV(B)155.22º56.33%96.08%-
XYZ47.7972.0658.97-
YUV197.24122.7863.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.81%
GREEN value IS 245 (96.09% from 255) = 45.37%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=19.81%
G=45.37%
B=34.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072451880.5600.230.04155.2287.3469.02
Hex6BF5BC3801749b5745
Octal153365274700274233127105
Binary110101111110101101111001110000101111001001101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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