#67ADBF

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

Shades of Glacier #67ADBF

Tints of Glacier #67ADBF

Color information

#67ADBF (or 0x67ADBF) is unknown color: approx Glacier. HEX triplet: 67, AD and BF. RGB value is (103,173,191). Sum of RGB (Red+Green+Blue) = 103+173+191=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #67ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADBF is #985240. Grayscale: #999999. Windows color (decimal): -9982529 or 12561767. OLE color: 12561767.

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

Color convert

RGB103173191-
CMYK0.460.0900.25
HSL192.27º40.74%57.65%-
HSV(B)192.27º46.07%74.9%-
XYZ29.9436.5354.76-
YUV154.12148.8191.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.06%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 191 (75% from 255) = 40.90%
R=22.06%
G=37.04%
B=40.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031731910.460.0900.25192.2740.7457.65
Hex67ADBF2E9019c0293a
Octal14725527756110313005172
Binary11001111010110110111111101110100101100111000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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