#72999D

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

Shades of Cadet Blue #72999D

Tints of Cadet Blue #72999D

Color information

#72999D (or 0x72999D) is unknown color: approx Cadet Blue. HEX triplet: 72, 99 and 9D. RGB value is (114,153,157). Sum of RGB (Red+Green+Blue) = 114+153+157=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #72999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999D is #8D6662. Grayscale: #8D8D8D. Windows color (decimal): -9266787 or 10328434. OLE color: 10328434.

HSL color Cylindrical-coordinate representation of color #72999D: hue angle of 185.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72999D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114153157-
CMYK0.270.0300.38
HSL185.58º17.99%53.14%-
HSV(B)185.58º27.39%61.57%-
XYZ24.4228.7936.17-
YUV141.79136.58108.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=26.89%
G=36.08%
B=37.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141531570.270.0300.38185.5817.9953.14
Hex72999D1B3026ba1235
Octal1622312353330462722265
Binary11100101001100110011101110111101001101011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72999D; }

 p { color: rgb(114,153,157); }

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

<style>
 a { background-color: #72999D; }

 a { background-color: rgb(114,153,157); }

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

<style>
 span { border-color: #72999D; }

 span { border-color: rgb(114,153,157); }

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