#48A8AE

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

Shades of Cadet Blue #48A8AE

Tints of Cadet Blue #48A8AE

Color information

#48A8AE (or 0x48A8AE) is unknown color: approx Cadet Blue. HEX triplet: 48, A8 and AE. RGB value is (72,168,174). Sum of RGB (Red+Green+Blue) = 72+168+174=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #48A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A8AE is #B75751. Grayscale: #8B8B8B. Windows color (decimal): -12015442 or 11446344. OLE color: 11446344.

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

Color convert

RGB72168174-
CMYK0.590.0300.32
HSL183.53º41.46%48.24%-
HSV(B)183.53º58.62%68.24%-
XYZ24.3232.4445.02-
YUV139.98147.279.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=17.39%
G=40.58%
B=42.03%

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
Decimal721681740.590.0300.32183.5341.4648.24
Hex48A8AE3B3020b82930
Octal1102502567330402705160
Binary1001000101010001010111011101111010000010111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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