#68ACBE

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

Shades of Glacier #68ACBE

Tints of Glacier #68ACBE

Color information

#68ACBE (or 0x68ACBE) is unknown color: approx Glacier. HEX triplet: 68, AC and BE. RGB value is (104,172,190). Sum of RGB (Red+Green+Blue) = 104+172+190=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #68ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBE is #975341. Grayscale: #999999. Windows color (decimal): -9917250 or 12495976. OLE color: 12495976.

HSL color Cylindrical-coordinate representation of color #68ACBE: hue angle of 192.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ACBE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104172190-
CMYK0.450.0900.25
HSL192.56º39.81%57.65%-
HSV(B)192.56º45.26%74.51%-
XYZ29.7636.1754.13-
YUV153.72148.4792.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=22.32%
G=36.91%
B=40.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041721900.450.0900.25192.5639.8157.65
Hex68ACBE2D9019c1283a
Octal15025427655110313015072
Binary11010001010110010111110101101100101100111000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ACBE; }

 p { color: rgb(104,172,190); }

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

<style>
 a { background-color: #68ACBE; }

 a { background-color: rgb(104,172,190); }

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

<style>
 span { border-color: #68ACBE; }

 span { border-color: rgb(104,172,190); }

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