#7CBACB

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

Shades of Seagull #7CBACB

Tints of Seagull #7CBACB

Color information

#7CBACB (or 0x7CBACB) is unknown color: approx Seagull. HEX triplet: 7C, BA and CB. RGB value is (124,186,203). Sum of RGB (Red+Green+Blue) = 124+186+203=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACB is #834534. Grayscale: #A9A9A9. Windows color (decimal): -8602933 or 13351548. OLE color: 13351548.

HSL color Cylindrical-coordinate representation of color #7CBACB: hue angle of 192.91º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBACB is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124186203-
CMYK0.390.0800.20
HSL192.91º43.17%64.12%-
HSV(B)192.91º38.92%79.61%-
XYZ36.6543.7163.01-
YUV169.4146.9695.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=24.17%
G=36.26%
B=39.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241862030.390.0800.20192.9143.1764.12
Hex7CBACB278014c12b40
Octal174272313471002430153100
Binary111110010111010110010111001111000010100110000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBACB; }

 p { color: rgb(124,186,203); }

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

<style>
 a { background-color: #7CBACB; }

 a { background-color: rgb(124,186,203); }

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

<style>
 span { border-color: #7CBACB; }

 span { border-color: rgb(124,186,203); }

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