Html Css Color HEX #78C0CD Seagull

📋 copy color: '#78C0CD'

red 120 ◦ green 192 ◦ blue 205

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

Shades of Seagull #78C0CD

Tints of Seagull #78C0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 23.21%
G = 37.14%
B = 39.65%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78C0CD (or 0x78C0CD) is known color: Seagull. HEX triplet: 78, C0 and CD. RGB value is (120,192,205). Sum of RGB (Red+Green+Blue) = 120+192+205=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #78C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0CD is #873F32. Grayscale: #ABABAB. Windows color (decimal): -8863539 or 13484152. OLE color: 13484152.

HSL color Cylindrical-coordinate representation of color #78C0CD: hue angle of 189.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78C0CD is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 192 205 -
CMYK 0.41 0.06 0 0.20
HSL 189.18º 0.46% 0.64% -
HSV(B) 189.18º 0.41% 0.8% -
XYZ 37.61 46.1 64.67 -
YUV 171.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 120 192 205 0.41 0.06 0 0.20 189.18 0.46 0.64
Hex 78 C0 CD 29 6 0 14 BD 2E 40
Octal 170 300 315 51 6 0 24 275 56 100
Binary 1111000 11000000 11001101 101001 110 0 10100 10111101 101110 1000000

Color Harmonies of #78C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C0CD

Black with #78C0CD

Text Example


Text Example

White with #78C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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