Html Css Color HEX #48A29B Blue Chill

📋 copy color: '#48A29B'

red 72 ◦ green 162 ◦ blue 155

#48A29B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #48A29B

Tints of Blue Chill #48A29B

RGB

 RED value IS 72 (28.52% from 255) = 18.51%

 GREEN value IS 162 (63.67% from 255) = 41.65%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 18.51%
G = 41.65%
B = 39.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#48A29B (or 0x48A29B) is known color: Blue Chill. HEX triplet: 48, A2 and 9B. RGB value is (72,162,155). Sum of RGB (Red+Green+Blue) = 72+162+155=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #48A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A29B is #B75D64. Grayscale: #868686. Windows color (decimal): -12016997 or 10199624. OLE color: 10199624.

HSL color Cylindrical-coordinate representation of color #48A29B: hue angle of 175.33º degrees, saturation: 0.38, 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 #48A29B is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 155 -
CMYK 0.56 0 0.04 0.36
HSL 175.33º 0.38% 0.46% -
HSV(B) 175.33º 0.56% 0.64% -
XYZ 21.51 29.58 35.59 -
YUV 134.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 72 162 155 0.56 0 0.04 0.36 175.33 0.38 0.46
Hex 48 A2 9B 38 0 4 24 AF 26 2E
Octal 110 242 233 70 0 4 44 257 46 56
Binary 1001000 10100010 10011011 111000 0 100 100100 10101111 100110 101110

Color Harmonies of #48A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A29B

Black with #48A29B

Text Example


Text Example

White with #48A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,162,155); }

 H1.HeaderClassName
 {
   color: #48A29B;
 }
 .AnyTagClassName
 {
   color: #48A29B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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