Html Css Color HEX #78ABBC Glacier

📋 copy color: '#78ABBC'

red 120 ◦ green 171 ◦ blue 188

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

Shades of Glacier #78ABBC

Tints of Glacier #78ABBC

RGB

 RED value IS 120 (47.27% from 255) = 25.05%

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 25.05%
G = 35.7%
B = 39.25%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78ABBC (or 0x78ABBC) is known color: Glacier. HEX triplet: 78, AB and BC. RGB value is (120,171,188). Sum of RGB (Red+Green+Blue) = 120+171+188=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #78ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBC is #875443. Grayscale: #9D9D9D. Windows color (decimal): -8868932 or 12364664. OLE color: 12364664.

HSL color Cylindrical-coordinate representation of color #78ABBC: hue angle of 195º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78ABBC is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 171 188 -
CMYK 0.36 0.09 0 0.26
HSL 195º 0.34% 0.6% -
HSV(B) 195º 0.36% 0.74% -
XYZ 31.39 36.75 53.02 -
YUV 157.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 120 171 188 0.36 0.09 0 0.26 195 0.34 0.6
Hex 78 AB BC 24 9 0 1A C3 22 3C
Octal 170 253 274 44 11 0 32 303 42 74
Binary 1111000 10101011 10111100 100100 1001 0 11010 11000011 100010 111100

Color Harmonies of #78ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABBC

Black with #78ABBC

Text Example


Text Example

White with #78ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78ABBC; }

 p { color: rgb(120,171,188); }

 H1.HeaderClassName
 {
   color: #78ABBC;
 }
 .AnyTagClassName
 {
   color: #78ABBC;
 }
</style>

background-color css

<style>
 a { background-color: #78ABBC; }

 a { background-color: rgb(120,171,188); }

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

border-color css

<style>
 span { border-color: #78ABBC; }

 span { border-color: rgb(120,171,188); }

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