#73C2D0

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

Shades of Seagull #73C2D0

Tints of Seagull #73C2D0

Color information

#73C2D0 (or 0x73C2D0) is unknown color: approx Seagull. HEX triplet: 73, C2 and D0. RGB value is (115,194,208). Sum of RGB (Red+Green+Blue) = 115+194+208=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #73C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C2D0 is #8C3D2F. Grayscale: #ABABAB. Windows color (decimal): -9190704 or 13681267. OLE color: 13681267.

HSL color Cylindrical-coordinate representation of color #73C2D0: hue angle of 189.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C2D0 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115194208-
CMYK0.450.0700.18
HSL189.03º49.73%63.33%-
HSV(B)189.03º44.71%81.57%-
XYZ37.7546.7866.71-
YUV171.98148.3387.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.24%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=22.24%
G=37.52%
B=40.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151942080.450.0700.18189.0349.7363.33
Hex73C2D02D7012bd323f
Octal1633023205570222756277
Binary1110011110000101101000010110111101001010111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,208); }

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

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

 a { background-color: rgb(115,194,208); }

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

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

 span { border-color: rgb(115,194,208); }

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