#48A39A

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

Shades of Blue Chill #48A39A

Tints of Blue Chill #48A39A

Color information

#48A39A (or 0x48A39A) is unknown color: approx Blue Chill. HEX triplet: 48, A3 and 9A. RGB value is (72,163,154). Sum of RGB (Red+Green+Blue) = 72+163+154=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #48A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A39A is #B75C65. Grayscale: #868686. Windows color (decimal): -12016742 or 10134344. OLE color: 10134344.

HSL color Cylindrical-coordinate representation of color #48A39A: hue angle of 174.07º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A39A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB72163154-
CMYK0.5600.060.36
HSL174.07º38.72%46.08%-
HSV(B)174.07º55.83%63.92%-
XYZ21.629.9135.21-
YUV134.77138.8583.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=18.51%
G=41.90%
B=39.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721631540.5600.060.36174.0738.7246.08
Hex48A39A380624ae272e
Octal1102432327006442564756
Binary10010001010001110011010111000011010010010101110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,154); }

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

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

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

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

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

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

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