#48AAA8

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

Shades of Cadet Blue #48AAA8

Tints of Cadet Blue #48AAA8

Color information

#48AAA8 (or 0x48AAA8) is unknown color: approx Cadet Blue. HEX triplet: 48, AA and A8. RGB value is (72,170,168). Sum of RGB (Red+Green+Blue) = 72+170+168=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA8 is #B75557. Grayscale: #8C8C8C. Windows color (decimal): -12014936 or 11053640. OLE color: 11053640.

HSL color Cylindrical-coordinate representation of color #48AAA8: hue angle of 178.78º 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 #48AAA8 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB72170168-
CMYK0.5800.010.33
HSL178.78º40.5%47.45%-
HSV(B)178.78º57.65%66.67%-
XYZ24.1232.9542.14-
YUV140.47143.5379.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.56%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=17.56%
G=41.46%
B=40.98%

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
Decimal721701680.5800.010.33178.7840.547.45
Hex48AAA83A0121b3282f
Octal1102522507201412635057
Binary100100010101010101010001110100110000110110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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