#48AAA9

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

Shades of Cadet Blue #48AAA9

Tints of Cadet Blue #48AAA9

Color information

#48AAA9 (or 0x48AAA9) is unknown color: approx Cadet Blue. HEX triplet: 48, AA and A9. RGB value is (72,170,169). Sum of RGB (Red+Green+Blue) = 72+170+169=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA9 is #B75556. Grayscale: #8C8C8C. Windows color (decimal): -12014935 or 11119176. OLE color: 11119176.

HSL color Cylindrical-coordinate representation of color #48AAA9: hue angle of 179.39º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AAA9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB72170169-
CMYK0.5800.010.33
HSL179.39º40.5%47.45%-
HSV(B)179.39º57.65%66.67%-
XYZ24.2132.9942.63-
YUV140.58144.0379.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 169 (66.41% from 255) = 41.12%
R=17.52%
G=41.36%
B=41.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701690.5800.010.33179.3940.547.45
Hex48AAA93A0121b3282f
Octal1102522517201412635057
Binary100100010101010101010011110100110000110110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48AAA9; }

 p { color: rgb(72,170,169); }

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

<style>
 a { background-color: #48AAA9; }

 a { background-color: rgb(72,170,169); }

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

<style>
 span { border-color: #48AAA9; }

 span { border-color: rgb(72,170,169); }

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