#48a3ac

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

Shades of Cadet Blue #48A3AC

Tints of Cadet Blue #48A3AC

Color information

#48A3AC (or 0x48A3AC) is unknown color: approx Cadet Blue. HEX triplet: 48, A3 and AC. RGB value is (72,163,172). Sum of RGB (Red+Green+Blue) = 72+163+172=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #48A3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AC is #B75C53. Grayscale: #888888. Windows color (decimal): -12016724 or 11313992. OLE color: 11313992.

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

Color convert

RGB72163172-
CMYK0.580.0500.33
HSL185.4º40.98%47.84%-
HSV(B)185.4º58.14%67.45%-
XYZ23.2230.5543.7-
YUV136.82147.8581.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=17.69%
G=40.05%
B=42.26%

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
Decimal721631720.580.0500.33185.440.9847.84
Hex48A3AC3A5021b92930
Octal1102432547250412715160
Binary10010001010001110101100111010101010000110111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a3ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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