#7ABCC0

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

Shades of Glacier #7ABCC0

Tints of Glacier #7ABCC0

Color information

#7ABCC0 (or 0x7ABCC0) is unknown color: approx Glacier. HEX triplet: 7A, BC and C0. RGB value is (122,188,192). Sum of RGB (Red+Green+Blue) = 122+188+192=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCC0 is #85433F. Grayscale: #A8A8A8. Windows color (decimal): -8733504 or 12631162. OLE color: 12631162.

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

Color convert

RGB122188192-
CMYK0.360.0200.25
HSL183.43º35.71%61.57%-
HSV(B)183.43º36.46%75.29%-
XYZ35.5243.9156.47-
YUV168.72141.1394.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.30%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=24.30%
G=37.45%
B=38.25%

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
Decimal1221881920.360.0200.25183.4335.7161.57
Hex7ABCC0242019b7243e
Octal1722743004420312674476
Binary111101010111100110000001001001001100110110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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