Html Css Color HEX #78AACF Seagull

📋 copy color: '#78AACF'

red 120 ◦ green 170 ◦ blue 207

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

Shades of Seagull #78AACF

Tints of Seagull #78AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 24.14%
G = 34.21%
B = 41.65%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78AACF (or 0x78AACF) is known color: Seagull. HEX triplet: 78, AA and CF. RGB value is (120,170,207). Sum of RGB (Red+Green+Blue) = 120+170+207=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #78AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AACF is #875530. Grayscale: #9F9F9F. Windows color (decimal): -8869169 or 13609592. OLE color: 13609592.

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

Color convert

RGB 120 170 207 -
CMYK 0.42 0.18 0 0.19
HSL 205.52º 0.48% 0.64% -
HSV(B) 205.52º 0.42% 0.81% -
XYZ 33.38 37.25 64.46 -
YUV 159.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 120 170 207 0.42 0.18 0 0.19 205.52 0.48 0.64
Hex 78 AA CF 2A 12 0 13 CE 30 40
Octal 170 252 317 52 22 0 23 316 60 100
Binary 1111000 10101010 11001111 101010 10010 0 10011 11001110 110000 1000000

Color Harmonies of #78AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AACF

Black with #78AACF

Text Example


Text Example

White with #78AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,207); }

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

background-color css

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

 a { background-color: rgb(120,170,207); }

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

border-color css

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

 span { border-color: rgb(120,170,207); }

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