Html Css Color HEX #78C0DC Seagull

📋 copy color: '#78C0DC'

red 120 ◦ green 192 ◦ blue 220

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

Shades of Seagull #78C0DC

Tints of Seagull #78C0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 22.56%
G = 36.09%
B = 41.35%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C0DC (or 0x78C0DC) is known color: Seagull. HEX triplet: 78, C0 and DC. RGB value is (120,192,220). Sum of RGB (Red+Green+Blue) = 120+192+220=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #78C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0DC is #873F23. Grayscale: #ADADAD. Windows color (decimal): -8863524 or 14467192. OLE color: 14467192.

HSL color Cylindrical-coordinate representation of color #78C0DC: hue angle of 196.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C0DC is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 192 220 -
CMYK 0.45 0.13 0 0.14
HSL 196.8º 0.59% 0.67% -
HSV(B) 196.8º 0.45% 0.86% -
XYZ 39.51 46.86 74.67 -
YUV 173.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 120 192 220 0.45 0.13 0 0.14 196.8 0.59 0.67
Hex 78 C0 DC 2D D 0 E C5 3B 43
Octal 170 300 334 55 15 0 16 305 73 103
Binary 1111000 11000000 11011100 101101 1101 0 1110 11000101 111011 1000011

Color Harmonies of #78C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0DC

Black with #78C0DC

Text Example


Text Example

White with #78C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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