#48A5AA

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

Shades of Cadet Blue #48A5AA

Tints of Cadet Blue #48A5AA

Color information

#48A5AA (or 0x48A5AA) is unknown color: approx Cadet Blue. HEX triplet: 48, A5 and AA. RGB value is (72,165,170). Sum of RGB (Red+Green+Blue) = 72+165+170=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A5AA is #B75A55. Grayscale: #898989. Windows color (decimal): -12016214 or 11183432. OLE color: 11183432.

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

Color convert

RGB72165170-
CMYK0.580.0300.33
HSL183.06º40.5%47.45%-
HSV(B)183.06º57.65%66.67%-
XYZ23.3831.1942.82-
YUV137.76146.1981.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=17.69%
G=40.54%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721651700.580.0300.33183.0640.547.45
Hex48A5AA3A3021b7282f
Octal1102452527230412675057
Binary1001000101001011010101011101011010000110110111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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