#48ABAD

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

Shades of Cadet Blue #48ABAD

Tints of Cadet Blue #48ABAD

Color information

#48ABAD (or 0x48ABAD) is unknown color: approx Cadet Blue. HEX triplet: 48, AB and AD. RGB value is (72,171,173). Sum of RGB (Red+Green+Blue) = 72+171+173=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #48ABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABAD is #B75452. Grayscale: #8D8D8D. Windows color (decimal): -12014675 or 11381576. OLE color: 11381576.

HSL color Cylindrical-coordinate representation of color #48ABAD: hue angle of 181.19º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48ABAD is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72171173-
CMYK0.580.0100.32
HSL181.19º41.22%48.04%-
HSV(B)181.19º58.38%67.84%-
XYZ24.7833.5244.7-
YUV141.63145.778.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=17.31%
G=41.11%
B=41.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721711730.580.0100.32181.1941.2248.04
Hex48ABAD3A1020b52930
Octal1102532557210402655160
Binary100100010101011101011011110101010000010110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,173); }

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

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

 a { background-color: rgb(72,171,173); }

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

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

 span { border-color: rgb(72,171,173); }

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