#73C4CB

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

Shades of Seagull #73C4CB

Tints of Seagull #73C4CB

Color information

#73C4CB (or 0x73C4CB) is unknown color: approx Seagull. HEX triplet: 73, C4 and CB. RGB value is (115,196,203). Sum of RGB (Red+Green+Blue) = 115+196+203=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #73C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C4CB is #8C3B34. Grayscale: #ACACAC. Windows color (decimal): -9190197 or 13354099. OLE color: 13354099.

HSL color Cylindrical-coordinate representation of color #73C4CB: hue angle of 184.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C4CB is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115196203-
CMYK0.430.0300.20
HSL184.77º45.83%62.35%-
HSV(B)184.77º43.35%79.61%-
XYZ37.5947.4463.67-
YUV172.58145.1686.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.37%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=22.37%
G=38.13%
B=39.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151962030.430.0300.20184.7745.8362.35
Hex73C4CB2B3014b92e3e
Octal1633043135330242715676
Binary111001111000100110010111010111101010010111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C4CB; }

 p { color: rgb(115,196,203); }

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

<style>
 a { background-color: #73C4CB; }

 a { background-color: rgb(115,196,203); }

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

<style>
 span { border-color: #73C4CB; }

 span { border-color: rgb(115,196,203); }

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