#6BF2BC

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

Shades of Aquamarine #6BF2BC

Tints of Aquamarine #6BF2BC

Color information

#6BF2BC (or 0x6BF2BC) is unknown color: approx Aquamarine. HEX triplet: 6B, F2 and BC. RGB value is (107,242,188). Sum of RGB (Red+Green+Blue) = 107+242+188=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2BC is #940D43. Grayscale: #C3C3C3. Windows color (decimal): -9702724 or 12382827. OLE color: 12382827.

HSL color Cylindrical-coordinate representation of color #6BF2BC: hue angle of 156º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2BC is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB107242188-
CMYK0.5600.220.05
HSL156º83.85%68.43%-
HSV(B)156º55.79%94.9%-
XYZ46.8970.2658.67-
YUV195.48123.7764.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.93%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=19.93%
G=45.07%
B=35.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072421880.5600.220.0515683.8568.43
Hex6BF2BC3801659c5444
Octal153362274700265234124104
Binary110101111110010101111001110000101101011001110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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