#7ABBC0

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

Shades of Glacier #7ABBC0

Tints of Glacier #7ABBC0

Color information

#7ABBC0 (or 0x7ABBC0) is unknown color: approx Glacier. HEX triplet: 7A, BB and C0. RGB value is (122,187,192). Sum of RGB (Red+Green+Blue) = 122+187+192=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBC0 is #85443F. Grayscale: #A8A8A8. Windows color (decimal): -8733760 or 12630906. OLE color: 12630906.

HSL color Cylindrical-coordinate representation of color #7ABBC0: hue angle of 184.29º 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 #7ABBC0 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122187192-
CMYK0.360.0300.25
HSL184.29º35.71%61.57%-
HSV(B)184.29º36.46%75.29%-
XYZ35.3143.4856.4-
YUV168.14141.4795.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=24.35%
G=37.33%
B=38.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221871920.360.0300.25184.2935.7161.57
Hex7ABBC0243019b8243e
Octal1722733004430312704476
Binary111101010111011110000001001001101100110111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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