#7ABBC6

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

Shades of Glacier #7ABBC6

Tints of Glacier #7ABBC6

Color information

#7ABBC6 (or 0x7ABBC6) is unknown color: approx Glacier. HEX triplet: 7A, BB and C6. RGB value is (122,187,198). Sum of RGB (Red+Green+Blue) = 122+187+198=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #7ABBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBC6 is #854439. Grayscale: #A8A8A8. Windows color (decimal): -8733754 or 13024122. OLE color: 13024122.

HSL color Cylindrical-coordinate representation of color #7ABBC6: hue angle of 188.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ABBC6 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122187198-
CMYK0.380.0600.22
HSL188.68º40%62.75%-
HSV(B)188.68º38.38%77.65%-
XYZ35.9943.7659.97-
YUV168.82144.4794.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.06%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=24.06%
G=36.88%
B=39.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221871980.380.0600.22188.684062.75
Hex7ABBC6266016bd283f
Octal1722733064660262755077
Binary1111010101110111100011010011011001011010111101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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