#78ABCB

Color #78ABCB Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #78ABCB

Tints of Seagull #78ABCB

Color information

#78ABCB (or 0x78ABCB) is unknown color: approx Seagull. HEX triplet: 78, AB and CB. RGB value is (120,171,203). Sum of RGB (Red+Green+Blue) = 120+171+203=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #78ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABCB is #875434. Grayscale: #9F9F9F. Windows color (decimal): -8868917 or 13347704. OLE color: 13347704.

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

Color convert

RGB120171203-
CMYK0.410.1600.20
HSL203.13º44.39%63.33%-
HSV(B)203.13º40.89%79.61%-
XYZ33.0937.4361.98-
YUV159.4152.699.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=24.29%
G=34.62%
B=41.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201712030.410.1600.20203.1344.3963.33
Hex78ABCB2910014cb2c3f
Octal17025331351200243135477
Binary111100010101011110010111010011000001010011001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,171,203); }

 H1.HeaderClassName
 {
   color: #78ABCB;
 }
 .AnyTagClassName
 {
   color: #78ABCB;
 }
</style>
background-color css

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

 a { background-color: rgb(120,171,203); }

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

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

 span { border-color: rgb(120,171,203); }

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