Html Css Color HEX #68ADC0 Glacier

📋 copy color: '#68ADC0'

red 104 ◦ green 173 ◦ blue 192

#68ADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #68ADC0

Tints of Glacier #68ADC0

RGB

 RED value IS 104 (41.02% from 255) = 22.17%

 GREEN value IS 173 (67.97% from 255) = 36.89%

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 22.17%
G = 36.89%
B = 40.94%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68ADC0 (or 0x68ADC0) is known color: Glacier. HEX triplet: 68, AD and C0. RGB value is (104,173,192). Sum of RGB (Red+Green+Blue) = 104+173+192=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #68ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADC0 is #97523F. Grayscale: #9A9A9A. Windows color (decimal): -9916992 or 12627304. OLE color: 12627304.

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

Color convert

RGB 104 173 192 -
CMYK 0.46 0.10 0 0.25
HSL 192.95º 0.41% 0.58% -
HSV(B) 192.95º 0.46% 0.75% -
XYZ 30.17 36.64 55.35 -
YUV 154.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 104 173 192 0.46 0.10 0 0.25 192.95 0.41 0.58
Hex 68 AD C0 2E A 0 19 C1 29 3A
Octal 150 255 300 56 12 0 31 301 51 72
Binary 1101000 10101101 11000000 101110 1010 0 11001 11000001 101001 111010

Color Harmonies of #68ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADC0

Black with #68ADC0

Text Example


Text Example

White with #68ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,192); }

 H1.HeaderClassName
 {
   color: #68ADC0;
 }
 .AnyTagClassName
 {
   color: #68ADC0;
 }
</style>

background-color css

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

 a { background-color: rgb(104,173,192); }

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

border-color css

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

 span { border-color: rgb(104,173,192); }

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