#7ABEC0

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

Shades of Glacier #7ABEC0

Tints of Glacier #7ABEC0

Color information

#7ABEC0 (or 0x7ABEC0) is unknown color: approx Glacier. HEX triplet: 7A, BE and C0. RGB value is (122,190,192). Sum of RGB (Red+Green+Blue) = 122+190+192=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEC0 is #85413F. Grayscale: #A9A9A9. Windows color (decimal): -8732992 or 12631674. OLE color: 12631674.

HSL color Cylindrical-coordinate representation of color #7ABEC0: hue angle of 181.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEC0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122190192-
CMYK0.360.0100.25
HSL181.71º35.71%61.57%-
HSV(B)181.71º36.46%75.29%-
XYZ35.9544.7756.62-
YUV169.9140.4793.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=24.21%
G=37.70%
B=38.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901920.360.0100.25181.7135.7161.57
Hex7ABEC0241019b6243e
Octal1722763004410312664476
Binary11110101011111011000000100100101100110110110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,192); }

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

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

 a { background-color: rgb(122,190,192); }

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

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

 span { border-color: rgb(122,190,192); }

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