#7ABFC5

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

Shades of Glacier #7ABFC5

Tints of Glacier #7ABFC5

Color information

#7ABFC5 (or 0x7ABFC5) is unknown color: approx Glacier. HEX triplet: 7A, BF and C5. RGB value is (122,191,197). Sum of RGB (Red+Green+Blue) = 122+191+197=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #7ABFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFC5 is #85403A. Grayscale: #AAAAAA. Windows color (decimal): -8732731 or 12959610. OLE color: 12959610.

HSL color Cylindrical-coordinate representation of color #7ABFC5: hue angle of 184.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ABFC5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122191197-
CMYK0.380.0300.23
HSL184.8º39.27%62.55%-
HSV(B)184.8º38.07%77.25%-
XYZ36.7345.4359.66-
YUV171.05142.6493.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=23.92%
G=37.45%
B=38.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221911970.380.0300.23184.839.2762.55
Hex7ABFC5263017b9273f
Octal1722773054630272714777
Binary111101010111111110001011001101101011110111001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,197); }

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

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

 a { background-color: rgb(122,191,197); }

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

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

 span { border-color: rgb(122,191,197); }

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