#67ACBF

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

Shades of Glacier #67ACBF

Tints of Glacier #67ACBF

Color information

#67ACBF (or 0x67ACBF) is unknown color: approx Glacier. HEX triplet: 67, AC and BF. RGB value is (103,172,191). Sum of RGB (Red+Green+Blue) = 103+172+191=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #67ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACBF is #985340. Grayscale: #999999. Windows color (decimal): -9982785 or 12561511. OLE color: 12561511.

HSL color Cylindrical-coordinate representation of color #67ACBF: hue angle of 192.95º 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 #67ACBF is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103172191-
CMYK0.460.1000.25
HSL192.95º40.74%57.65%-
HSV(B)192.95º46.07%74.9%-
XYZ29.7536.1554.7-
YUV153.54149.1491.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.10%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 191 (75% from 255) = 40.99%
R=22.10%
G=36.91%
B=40.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031721910.460.1000.25192.9540.7457.65
Hex67ACBF2EA019c1293a
Octal14725427756120313015172
Binary11001111010110010111111101110101001100111000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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