#48A3AB

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

Shades of Cadet Blue #48A3AB

Tints of Cadet Blue #48A3AB

Color information

#48A3AB (or 0x48A3AB) is unknown color: approx Cadet Blue. HEX triplet: 48, A3 and AB. RGB value is (72,163,171). Sum of RGB (Red+Green+Blue) = 72+163+171=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #48A3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AB is #B75C54. Grayscale: #888888. Windows color (decimal): -12016725 or 11248456. OLE color: 11248456.

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

Color convert

RGB72163171-
CMYK0.580.0500.33
HSL184.85º40.74%47.65%-
HSV(B)184.85º57.89%67.06%-
XYZ23.1230.5143.2-
YUV136.7147.3581.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=17.73%
G=40.15%
B=42.12%

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
Decimal721631710.580.0500.33184.8540.7447.65
Hex48A3AB3A5021b92930
Octal1102432537250412715160
Binary10010001010001110101011111010101010000110111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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