Html Css Color HEX #78BBC0 Glacier

📋 copy color: '#78BBC0'

red 120 ◦ green 187 ◦ blue 192

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

Shades of Glacier #78BBC0

Tints of Glacier #78BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

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

R = 24.05%
G = 37.47%
B = 38.48%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78BBC0 (or 0x78BBC0) is known color: Glacier. HEX triplet: 78, BB and C0. RGB value is (120,187,192). Sum of RGB (Red+Green+Blue) = 120+187+192=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #78BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBC0 is #87443F. Grayscale: #A7A7A7. Windows color (decimal): -8864832 or 12630904. OLE color: 12630904.

HSL color Cylindrical-coordinate representation of color #78BBC0: hue angle of 184.17º 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 #78BBC0 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 187 192 -
CMYK 0.38 0.03 0 0.25
HSL 184.17º 0.36% 0.61% -
HSV(B) 184.17º 0.38% 0.75% -
XYZ 35.03 43.34 56.39 -
YUV 167.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 120 187 192 0.38 0.03 0 0.25 184.17 0.36 0.61
Hex 78 BB C0 26 3 0 19 B8 24 3D
Octal 170 273 300 46 3 0 31 270 44 75
Binary 1111000 10111011 11000000 100110 11 0 11001 10111000 100100 111101

Color Harmonies of #78BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBC0

Black with #78BBC0

Text Example


Text Example

White with #78BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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