Html Css Color HEX #7CACBE Glacier

📋 copy color: '#7CACBE'

red 124 ◦ green 172 ◦ blue 190

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

Shades of Glacier #7CACBE

Tints of Glacier #7CACBE

RGB

 RED value IS 124 (48.83% from 255) = 25.51%

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 25.51%
G = 35.39%
B = 39.09%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7CACBE (or 0x7CACBE) is known color: Glacier. HEX triplet: 7C, AC and BE. RGB value is (124,172,190). Sum of RGB (Red+Green+Blue) = 124+172+190=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBE is #835341. Grayscale: #9F9F9F. Windows color (decimal): -8606530 or 12495996. OLE color: 12495996.

HSL color Cylindrical-coordinate representation of color #7CACBE: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CACBE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 172 190 -
CMYK 0.35 0.09 0 0.25
HSL 196.36º 0.34% 0.62% -
HSV(B) 196.36º 0.35% 0.75% -
XYZ 32.36 37.51 54.25 -
YUV 159.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 124 172 190 0.35 0.09 0 0.25 196.36 0.34 0.62
Hex 7C AC BE 23 9 0 19 C4 22 3E
Octal 174 254 276 43 11 0 31 304 42 76
Binary 1111100 10101100 10111110 100011 1001 0 11001 11000100 100010 111110

Color Harmonies of #7CACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACBE

Black with #7CACBE

Text Example


Text Example

White with #7CACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CACBE; }

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

 H1.HeaderClassName
 {
   color: #7CACBE;
 }
 .AnyTagClassName
 {
   color: #7CACBE;
 }
</style>

background-color css

<style>
 a { background-color: #7CACBE; }

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

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

border-color css

<style>
 span { border-color: #7CACBE; }

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

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