#48ADAC

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

Shades of Cadet Blue #48ADAC

Tints of Cadet Blue #48ADAC

Color information

#48ADAC (or 0x48ADAC) is unknown color: approx Cadet Blue. HEX triplet: 48, AD and AC. RGB value is (72,173,172). Sum of RGB (Red+Green+Blue) = 72+173+172=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #48ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ADAC is #B75253. Grayscale: #8E8E8E. Windows color (decimal): -12014164 or 11316552. OLE color: 11316552.

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

Color convert

RGB72173172-
CMYK0.5800.010.32
HSL179.41º41.22%48.04%-
HSV(B)179.41º58.38%67.84%-
XYZ25.0634.2444.32-
YUV142.69144.5477.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=17.27%
G=41.49%
B=41.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721731720.5800.010.32179.4141.2248.04
Hex48ADAC3A0120b32930
Octal1102552547201402635160
Binary100100010101101101011001110100110000010110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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