#68aac4

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

Shades of Glacier #68AAC4

Tints of Glacier #68AAC4

Color information

#68AAC4 (or 0x68AAC4) is unknown color: approx Glacier. HEX triplet: 68, AA and C4. RGB value is (104,170,196). Sum of RGB (Red+Green+Blue) = 104+170+196=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #68AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAC4 is #97553B. Grayscale: #999999. Windows color (decimal): -9917756 or 12888680. OLE color: 12888680.

HSL color Cylindrical-coordinate representation of color #68AAC4: hue angle of 196.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68AAC4 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104170196-
CMYK0.470.1300.23
HSL196.96º43.81%58.82%-
HSV(B)196.96º46.94%76.86%-
XYZ30.0535.6857.53-
YUV153.23152.1392.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=22.13%
G=36.17%
B=41.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041701960.470.1300.23196.9643.8158.82
Hex68AAC42FD017c52c3b
Octal15025230457150273055473
Binary11010001010101011000100101111110101011111000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68aac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,196); }

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

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

 a { background-color: rgb(104,170,196); }

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

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

 span { border-color: rgb(104,170,196); }

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