#48A6AA

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

Shades of Cadet Blue #48A6AA

Tints of Cadet Blue #48A6AA

Color information

#48A6AA (or 0x48A6AA) is unknown color: approx Cadet Blue. HEX triplet: 48, A6 and AA. RGB value is (72,166,170). Sum of RGB (Red+Green+Blue) = 72+166+170=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A6AA is #B75955. Grayscale: #8A8A8A. Windows color (decimal): -12015958 or 11183688. OLE color: 11183688.

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

Color convert

RGB72166170-
CMYK0.580.0200.33
HSL182.45º40.5%47.45%-
HSV(B)182.45º57.65%66.67%-
XYZ23.5631.5542.88-
YUV138.35145.8680.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=17.65%
G=40.69%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721661700.580.0200.33182.4540.547.45
Hex48A6AA3A2021b6282f
Octal1102462527220412665057
Binary1001000101001101010101011101010010000110110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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