#48A3AA

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

Shades of Cadet Blue #48A3AA

Tints of Cadet Blue #48A3AA

Color information

#48A3AA (or 0x48A3AA) is unknown color: approx Cadet Blue. HEX triplet: 48, A3 and AA. RGB value is (72,163,170). Sum of RGB (Red+Green+Blue) = 72+163+170=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AA is #B75C55. Grayscale: #888888. Windows color (decimal): -12016726 or 11182920. OLE color: 11182920.

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

Color convert

RGB72163170-
CMYK0.580.0400.33
HSL184.29º40.5%47.45%-
HSV(B)184.29º57.65%66.67%-
XYZ23.0330.4742.7-
YUV136.59146.8581.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.78%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=17.78%
G=40.25%
B=41.98%

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
Decimal721631700.580.0400.33184.2940.547.45
Hex48A3AA3A4021b8282f
Octal1102432527240412705057
Binary10010001010001110101010111010100010000110111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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