#72989C

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

Shades of Cadet Blue #72989C

Tints of Cadet Blue #72989C

Color information

#72989C (or 0x72989C) is unknown color: approx Cadet Blue. HEX triplet: 72, 98 and 9C. RGB value is (114,152,156). Sum of RGB (Red+Green+Blue) = 114+152+156=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #72989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72989C is #8D6763. Grayscale: #8D8D8D. Windows color (decimal): -9267044 or 10262642. OLE color: 10262642.

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

Color convert

RGB114152156-
CMYK0.270.0300.39
HSL185.71º17.5%52.94%-
HSV(B)185.71º26.92%61.18%-
XYZ24.1728.4335.67-
YUV141.09136.41108.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=27.01%
G=36.02%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141521560.270.0300.39185.7117.552.94
Hex72989C1B3027ba1235
Octal1622302343330472722265
Binary11100101001100010011100110111101001111011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,152,156); }

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

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

 a { background-color: rgb(114,152,156); }

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

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

 span { border-color: rgb(114,152,156); }

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