#67AABF

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

Shades of Glacier #67AABF

Tints of Glacier #67AABF

Color information

#67AABF (or 0x67AABF) is unknown color: approx Glacier. HEX triplet: 67, AA and BF. RGB value is (103,170,191). Sum of RGB (Red+Green+Blue) = 103+170+191=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #67AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AABF is #985540. Grayscale: #989898. Windows color (decimal): -9983297 or 12560999. OLE color: 12560999.

HSL color Cylindrical-coordinate representation of color #67AABF: hue angle of 194.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67AABF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103170191-
CMYK0.460.1100.25
HSL194.32º40.74%57.65%-
HSV(B)194.32º46.07%74.9%-
XYZ29.3735.3954.57-
YUV152.36149.892.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.20%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 191 (75% from 255) = 41.16%
R=22.20%
G=36.64%
B=41.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031701910.460.1100.25194.3240.7457.65
Hex67AABF2EB019c2293a
Octal14725227756130313025172
Binary11001111010101010111111101110101101100111000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AABF; }

 p { color: rgb(103,170,191); }

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

<style>
 a { background-color: #67AABF; }

 a { background-color: rgb(103,170,191); }

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

<style>
 span { border-color: #67AABF; }

 span { border-color: rgb(103,170,191); }

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