#48A9AA

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

Shades of Cadet Blue #48A9AA

Tints of Cadet Blue #48A9AA

Color information

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

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

Color convert

RGB72169170-
CMYK0.580.0100.33
HSL180.61º40.5%47.45%-
HSV(B)180.61º57.65%66.67%-
XYZ24.1232.6643.06-
YUV140.11144.8679.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721691700.580.0100.33180.6140.547.45
Hex48A9AA3A1021b5282f
Octal1102512527210412655057
Binary100100010101001101010101110101010000110110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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