#7BBBBB

Color #7BBBBB Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7BBBBB

Tints of Glacier #7BBBBB

Color information

#7BBBBB (or 0x7BBBBB) is unknown color: approx Glacier. HEX triplet: 7B, BB and BB. RGB value is (123,187,187). Sum of RGB (Red+Green+Blue) = 123+187+187=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #7BBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBBB is #844444. Grayscale: #A7A7A7. Windows color (decimal): -8668229 or 12303227. OLE color: 12303227.

HSL color Cylindrical-coordinate representation of color #7BBBBB: hue angle of 180º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBBBB is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123187187-
CMYK0.34000.27
HSL180º32%60.78%-
HSV(B)180º34.22%73.33%-
XYZ34.9143.3453.54-
YUV167.86138.896-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.75%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=24.75%
G=37.63%
B=37.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871870.34000.271803260.78
Hex7BBBBB22001Bb4203d
Octal1732732734200332644075
Binary11110111011101110111011100010001101110110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBBBB; }

 p { color: rgb(123,187,187); }

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

<style>
 a { background-color: #7BBBBB; }

 a { background-color: rgb(123,187,187); }

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

<style>
 span { border-color: #7BBBBB; }

 span { border-color: rgb(123,187,187); }

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