#7ABDC0

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

Shades of Glacier #7ABDC0

Tints of Glacier #7ABDC0

Color information

#7ABDC0 (or 0x7ABDC0) is unknown color: approx Glacier. HEX triplet: 7A, BD and C0. RGB value is (122,189,192). Sum of RGB (Red+Green+Blue) = 122+189+192=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDC0 is #85423F. Grayscale: #A9A9A9. Windows color (decimal): -8733248 or 12631418. OLE color: 12631418.

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

Color convert

RGB122189192-
CMYK0.360.0200.25
HSL182.57º35.71%61.57%-
HSV(B)182.57º36.46%75.29%-
XYZ35.7444.3456.54-
YUV169.31140.894.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=24.25%
G=37.57%
B=38.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221891920.360.0200.25182.5735.7161.57
Hex7ABDC0242019b7243e
Octal1722753004420312674476
Binary111101010111101110000001001001001100110110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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