Html Css Color HEX #78BCC0 Glacier

📋 copy color: '#78BCC0'

red 120 ◦ green 188 ◦ blue 192

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

Shades of Glacier #78BCC0

Tints of Glacier #78BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 24%
G = 37.6%
B = 38.4%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78BCC0 (or 0x78BCC0) is known color: Glacier. HEX triplet: 78, BC and C0. RGB value is (120,188,192). Sum of RGB (Red+Green+Blue) = 120+188+192=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #78BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCC0 is #87433F. Grayscale: #A8A8A8. Windows color (decimal): -8864576 or 12631160. OLE color: 12631160.

HSL color Cylindrical-coordinate representation of color #78BCC0: hue angle of 183.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BCC0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 188 192 -
CMYK 0.38 0.02 0 0.25
HSL 183.33º 0.36% 0.61% -
HSV(B) 183.33º 0.38% 0.75% -
XYZ 35.24 43.77 56.46 -
YUV 168.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 120 188 192 0.38 0.02 0 0.25 183.33 0.36 0.61
Hex 78 BC C0 26 2 0 19 B7 24 3D
Octal 170 274 300 46 2 0 31 267 44 75
Binary 1111000 10111100 11000000 100110 10 0 11001 10110111 100100 111101

Color Harmonies of #78BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCC0

Black with #78BCC0

Text Example


Text Example

White with #78BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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