#73999C

Color #73999C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #73999C

Tints of Cadet Blue #73999C

Color information

#73999C (or 0x73999C) is unknown color: approx Cadet Blue. HEX triplet: 73, 99 and 9C. RGB value is (115,153,156). Sum of RGB (Red+Green+Blue) = 115+153+156=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #73999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999C is #8C6663. Grayscale: #8D8D8D. Windows color (decimal): -9201252 or 10262899. OLE color: 10262899.

HSL color Cylindrical-coordinate representation of color #73999C: hue angle of 184.39º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73999C is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115153156-
CMYK0.260.0200.39
HSL184.39º17.15%53.14%-
HSV(B)184.39º26.28%61.18%-
XYZ24.4628.8335.73-
YUV141.98135.91108.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=27.12%
G=36.08%
B=36.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151531560.260.0200.39184.3917.1553.14
Hex73999C1A2027b81135
Octal1632312343220472702165
Binary11100111001100110011100110101001001111011100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73999C; }

 p { color: rgb(115,153,156); }

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

<style>
 a { background-color: #73999C; }

 a { background-color: rgb(115,153,156); }

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

<style>
 span { border-color: #73999C; }

 span { border-color: rgb(115,153,156); }

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