#6BFBBD

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

Shades of Aquamarine #6BFBBD

Tints of Aquamarine #6BFBBD

Color information

#6BFBBD (or 0x6BFBBD) is unknown color: approx Aquamarine. HEX triplet: 6B, FB and BD. RGB value is (107,251,189). Sum of RGB (Red+Green+Blue) = 107+251+189=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFBBD is #940442. Grayscale: #C8C8C8. Windows color (decimal): -9700419 or 12450667. OLE color: 12450667.

HSL color Cylindrical-coordinate representation of color #6BFBBD: hue angle of 154.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBBD is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB107251189-
CMYK0.5700.250.02
HSL154.17º94.74%70.2%-
HSV(B)154.17º57.37%98.43%-
XYZ49.7575.7960.15-
YUV200.88121.2961.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.56%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=19.56%
G=45.89%
B=34.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072511890.5700.250.02154.1794.7470.2
Hex6BFBBD3901929a5f46
Octal153373275710312232137106
Binary11010111111101110111101111001011001101001101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,251,189); }

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

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

 a { background-color: rgb(107,251,189); }

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

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

 span { border-color: rgb(107,251,189); }

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