#48A4AB

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

Shades of Cadet Blue #48A4AB

Tints of Cadet Blue #48A4AB

Color information

#48A4AB (or 0x48A4AB) is unknown color: approx Cadet Blue. HEX triplet: 48, A4 and AB. RGB value is (72,164,171). Sum of RGB (Red+Green+Blue) = 72+164+171=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #48A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A4AB is #B75B54. Grayscale: #898989. Windows color (decimal): -12016469 or 11248712. OLE color: 11248712.

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

Color convert

RGB72164171-
CMYK0.580.0400.33
HSL184.24º40.74%47.65%-
HSV(B)184.24º57.89%67.06%-
XYZ23.330.8743.26-
YUV137.29147.0281.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=17.69%
G=40.29%
B=42.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721641710.580.0400.33184.2440.7447.65
Hex48A4AB3A4021b82930
Octal1102442537240412705160
Binary10010001010010010101011111010100010000110111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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