#48A9AE

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

Shades of Cadet Blue #48A9AE

Tints of Cadet Blue #48A9AE

Color information

#48A9AE (or 0x48A9AE) is unknown color: approx Cadet Blue. HEX triplet: 48, A9 and AE. RGB value is (72,169,174). Sum of RGB (Red+Green+Blue) = 72+169+174=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #48A9AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A9AE is #B75651. Grayscale: #8C8C8C. Windows color (decimal): -12015186 or 11446600. OLE color: 11446600.

HSL color Cylindrical-coordinate representation of color #48A9AE: hue angle of 182.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48A9AE is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72169174-
CMYK0.590.0300.32
HSL182.94º41.46%48.24%-
HSV(B)182.94º58.62%68.24%-
XYZ24.532.8145.09-
YUV140.57146.8679.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.35%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=17.35%
G=40.72%
B=41.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721691740.590.0300.32182.9441.4648.24
Hex48A9AE3B3020b72930
Octal1102512567330402675160
Binary1001000101010011010111011101111010000010110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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