Html Css Color HEX #78BECE Seagull

📋 copy color: '#78BECE'

red 120 ◦ green 190 ◦ blue 206

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

Shades of Seagull #78BECE

Tints of Seagull #78BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

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

R = 23.26%
G = 36.82%
B = 39.92%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78BECE (or 0x78BECE) is known color: Seagull. HEX triplet: 78, BE and CE. RGB value is (120,190,206). Sum of RGB (Red+Green+Blue) = 120+190+206=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #78BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BECE is #874131. Grayscale: #AAAAAA. Windows color (decimal): -8864050 or 13549176. OLE color: 13549176.

HSL color Cylindrical-coordinate representation of color #78BECE: hue angle of 191.16º 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 #78BECE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 190 206 -
CMYK 0.42 0.08 0 0.19
HSL 191.16º 0.47% 0.64% -
HSV(B) 191.16º 0.42% 0.81% -
XYZ 37.3 45.28 65.17 -
YUV 170.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 120 190 206 0.42 0.08 0 0.19 191.16 0.47 0.64
Hex 78 BE CE 2A 8 0 13 BF 2F 40
Octal 170 276 316 52 10 0 23 277 57 100
Binary 1111000 10111110 11001110 101010 1000 0 10011 10111111 101111 1000000

Color Harmonies of #78BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BECE

Black with #78BECE

Text Example


Text Example

White with #78BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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