#7BAABE

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

Shades of Glacier #7BAABE

Tints of Glacier #7BAABE

Color information

#7BAABE (or 0x7BAABE) is unknown color: approx Glacier. HEX triplet: 7B, AA and BE. RGB value is (123,170,190). Sum of RGB (Red+Green+Blue) = 123+170+190=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAABE is #845541. Grayscale: #9E9E9E. Windows color (decimal): -8672578 or 12495483. OLE color: 12495483.

HSL color Cylindrical-coordinate representation of color #7BAABE: hue angle of 197.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BAABE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123170190-
CMYK0.350.1100.25
HSL197.91º34.01%61.37%-
HSV(B)197.91º35.26%74.51%-
XYZ31.8436.6854.12-
YUV158.23145.93102.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=25.47%
G=35.20%
B=39.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231701900.350.1100.25197.9134.0161.37
Hex7BAABE23B019c6223d
Octal17325227643130313064275
Binary11110111010101010111110100011101101100111000110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,190); }

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

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

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

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

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

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

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