#48a5ae

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

Shades of Cadet Blue #48A5AE

Tints of Cadet Blue #48A5AE

Color information

#48A5AE (or 0x48A5AE) is unknown color: approx Cadet Blue. HEX triplet: 48, A5 and AE. RGB value is (72,165,174). Sum of RGB (Red+Green+Blue) = 72+165+174=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #48A5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A5AE is #B75A51. Grayscale: #8A8A8A. Windows color (decimal): -12016210 or 11445576. OLE color: 11445576.

HSL color Cylindrical-coordinate representation of color #48A5AE: hue angle of 185.29º 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 #48A5AE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72165174-
CMYK0.590.0500.32
HSL185.29º41.46%48.24%-
HSV(B)185.29º58.62%68.24%-
XYZ23.7731.3444.84-
YUV138.22148.1980.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=17.52%
G=40.15%
B=42.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721651740.590.0500.32185.2941.4648.24
Hex48A5AE3B5020b92930
Octal1102452567350402715160
Binary10010001010010110101110111011101010000010111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a5ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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