#48A7AC

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

Shades of Cadet Blue #48A7AC

Tints of Cadet Blue #48A7AC

Color information

#48A7AC (or 0x48A7AC) is unknown color: approx Cadet Blue. HEX triplet: 48, A7 and AC. RGB value is (72,167,172). Sum of RGB (Red+Green+Blue) = 72+167+172=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #48A7AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A7AC is #B75853. Grayscale: #8B8B8B. Windows color (decimal): -12015700 or 11315016. OLE color: 11315016.

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

Color convert

RGB72167172-
CMYK0.580.0300.33
HSL183º40.98%47.84%-
HSV(B)183º58.14%67.45%-
XYZ23.9431.9943.94-
YUV139.16146.5380.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=17.52%
G=40.63%
B=41.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721671720.580.0300.3318340.9847.84
Hex48A7AC3A3021b72930
Octal1102472547230412675160
Binary1001000101001111010110011101011010000110110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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