#48AAAA

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

Shades of Cadet Blue #48AAAA

Tints of Cadet Blue #48AAAA

Color information

#48AAAA (or 0x48AAAA) is unknown color: approx Cadet Blue. HEX triplet: 48, AA and AA. RGB value is (72,170,170). Sum of RGB (Red+Green+Blue) = 72+170+170=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #48AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAAA is #B75555. Grayscale: #8C8C8C. Windows color (decimal): -12014934 or 11184712. OLE color: 11184712.

HSL color Cylindrical-coordinate representation of color #48AAAA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AAAA is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72170170-
CMYK0.58000.33
HSL180º40.5%47.45%-
HSV(B)180º57.65%66.67%-
XYZ24.333.0343.12-
YUV140.7144.5379-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.48%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=17.48%
G=41.26%
B=41.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701700.58000.3318040.547.45
Hex48AAAA3A0021b4282f
Octal1102522527200412645057
Binary100100010101010101010101110100010000110110100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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