Html Css Color HEX #78BACE Seagull

📋 copy color: '#78BACE'

red 120 ◦ green 186 ◦ blue 206

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

Shades of Seagull #78BACE

Tints of Seagull #78BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 23.44%
G = 36.33%
B = 40.23%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78BACE (or 0x78BACE) is known color: Seagull. HEX triplet: 78, BA and CE. RGB value is (120,186,206). Sum of RGB (Red+Green+Blue) = 120+186+206=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #78BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BACE is #874531. Grayscale: #A8A8A8. Windows color (decimal): -8865074 or 13548152. OLE color: 13548152.

HSL color Cylindrical-coordinate representation of color #78BACE: hue angle of 193.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78BACE is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 186 206 -
CMYK 0.42 0.10 0 0.19
HSL 193.95º 0.47% 0.64% -
HSV(B) 193.95º 0.42% 0.81% -
XYZ 36.45 43.57 64.88 -
YUV 168.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 120 186 206 0.42 0.10 0 0.19 193.95 0.47 0.64
Hex 78 BA CE 2A A 0 13 C2 2F 40
Octal 170 272 316 52 12 0 23 302 57 100
Binary 1111000 10111010 11001110 101010 1010 0 10011 11000010 101111 1000000

Color Harmonies of #78BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BACE

Black with #78BACE

Text Example


Text Example

White with #78BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,186,206); }

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

background-color css

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

 a { background-color: rgb(120,186,206); }

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

border-color css

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

 span { border-color: rgb(120,186,206); }

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