Html Css Color HEX #78B4CA Seagull

📋 copy color: '#78B4CA'

red 120 ◦ green 180 ◦ blue 202

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

Shades of Seagull #78B4CA

Tints of Seagull #78B4CA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 23.9%
G = 35.86%
B = 40.24%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#78B4CA (or 0x78B4CA) is known color: Seagull. HEX triplet: 78, B4 and CA. RGB value is (120,180,202). Sum of RGB (Red+Green+Blue) = 120+180+202=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #78B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B4CA is #874B35. Grayscale: #A4A4A4. Windows color (decimal): -8866614 or 13284472. OLE color: 13284472.

HSL color Cylindrical-coordinate representation of color #78B4CA: hue angle of 196.1º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78B4CA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 180 202 -
CMYK 0.41 0.11 0 0.21
HSL 196.1º 0.44% 0.63% -
HSV(B) 196.1º 0.41% 0.79% -
XYZ 34.73 40.9 61.94 -
YUV 164.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 120 180 202 0.41 0.11 0 0.21 196.1 0.44 0.63
Hex 78 B4 CA 29 B 0 15 C4 2C 3F
Octal 170 264 312 51 13 0 25 304 54 77
Binary 1111000 10110100 11001010 101001 1011 0 10101 11000100 101100 111111

Color Harmonies of #78B4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4CA

Black with #78B4CA

Text Example


Text Example

White with #78B4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,202); }

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

background-color css

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

 a { background-color: rgb(120,180,202); }

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

border-color css

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

 span { border-color: rgb(120,180,202); }

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