#48ABAA

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

Shades of Cadet Blue #48ABAA

Tints of Cadet Blue #48ABAA

Color information

#48ABAA (or 0x48ABAA) is unknown color: approx Cadet Blue. HEX triplet: 48, AB and AA. RGB value is (72,171,170). Sum of RGB (Red+Green+Blue) = 72+171+170=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #48ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABAA is #B75455. Grayscale: #8D8D8D. Windows color (decimal): -12014678 or 11184968. OLE color: 11184968.

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

Color convert

RGB72171170-
CMYK0.5800.010.33
HSL179.39º40.74%47.65%-
HSV(B)179.39º57.89%67.06%-
XYZ24.4933.4143.19-
YUV141.28144.278.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.43%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=17.43%
G=41.40%
B=41.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711700.5800.010.33179.3940.7447.65
Hex48ABAA3A0121b32930
Octal1102532527201412635160
Binary100100010101011101010101110100110000110110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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