#48A4AA

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

Shades of Cadet Blue #48A4AA

Tints of Cadet Blue #48A4AA

Color information

#48A4AA (or 0x48A4AA) is unknown color: approx Cadet Blue. HEX triplet: 48, A4 and AA. RGB value is (72,164,170). Sum of RGB (Red+Green+Blue) = 72+164+170=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A4AA is #B75B55. Grayscale: #898989. Windows color (decimal): -12016470 or 11183176. OLE color: 11183176.

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

Color convert

RGB72164170-
CMYK0.580.0400.33
HSL183.67º40.5%47.45%-
HSV(B)183.67º57.65%66.67%-
XYZ23.230.8342.76-
YUV137.18146.5281.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=17.73%
G=40.39%
B=41.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721641700.580.0400.33183.6740.547.45
Hex48A4AA3A4021b8282f
Octal1102442527240412705057
Binary10010001010010010101010111010100010000110111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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