#48A2AA

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

Shades of Cadet Blue #48A2AA

Tints of Cadet Blue #48A2AA

Color information

#48A2AA (or 0x48A2AA) is unknown color: approx Cadet Blue. HEX triplet: 48, A2 and AA. RGB value is (72,162,170). Sum of RGB (Red+Green+Blue) = 72+162+170=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A2AA is #B75D55. Grayscale: #878787. Windows color (decimal): -12016982 or 11182664. OLE color: 11182664.

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

Color convert

RGB72162170-
CMYK0.580.0500.33
HSL184.9º40.5%47.45%-
HSV(B)184.9º57.65%66.67%-
XYZ22.8530.1242.64-
YUV136147.1882.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=17.82%
G=40.10%
B=42.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721621700.580.0500.33184.940.547.45
Hex48A2AA3A5021b9282f
Octal1102422527250412715057
Binary10010001010001010101010111010101010000110111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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