#7ABFC4

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

Shades of Glacier #7ABFC4

Tints of Glacier #7ABFC4

Color information

#7ABFC4 (or 0x7ABFC4) is unknown color: approx Glacier. HEX triplet: 7A, BF and C4. RGB value is (122,191,196). Sum of RGB (Red+Green+Blue) = 122+191+196=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #7ABFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFC4 is #85403B. Grayscale: #AAAAAA. Windows color (decimal): -8732732 or 12894074. OLE color: 12894074.

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

Color convert

RGB122191196-
CMYK0.380.0300.23
HSL184.05º38.54%62.35%-
HSV(B)184.05º37.76%76.86%-
XYZ36.6245.3859.05-
YUV170.94142.1493.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=23.97%
G=37.52%
B=38.51%

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
Decimal1221911960.380.0300.23184.0538.5462.35
Hex7ABFC4263017b8273e
Octal1722773044630272704776
Binary111101010111111110001001001101101011110111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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