Html Css Color HEX #49B48F Keppel

📋 copy color: '#49B48F'

red 73 ◦ green 180 ◦ blue 143

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

Shades of Keppel #49B48F

Tints of Keppel #49B48F

RGB

 RED value IS 73 (28.91% from 255) = 18.43%

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 18.43%
G = 45.45%
B = 36.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#49B48F (or 0x49B48F) is known color: Keppel. HEX triplet: 49, B4 and 8F. RGB value is (73,180,143). Sum of RGB (Red+Green+Blue) = 73+180+143=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #49B48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B48F is #B64B70. Grayscale: #8F8F8F. Windows color (decimal): -11946865 or 9417801. OLE color: 9417801.

HSL color Cylindrical-coordinate representation of color #49B48F: hue angle of 159.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B48F is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 143 -
CMYK 0.59 0 0.21 0.29
HSL 159.25º 0.42% 0.5% -
HSV(B) 159.25º 0.59% 0.71% -
XYZ 24.03 36.04 31.68 -
YUV 143.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 73 180 143 0.59 0 0.21 0.29 159.25 0.42 0.5
Hex 49 B4 8F 3B 0 15 1D 9F 2A 32
Octal 111 264 217 73 0 25 35 237 52 62
Binary 1001001 10110100 10001111 111011 0 10101 11101 10011111 101010 110010

Color Harmonies of #49B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B48F

Black with #49B48F

Text Example


Text Example

White with #49B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B48F; }

 p { color: rgb(73,180,143); }

 H1.HeaderClassName
 {
   color: #49B48F;
 }
 .AnyTagClassName
 {
   color: #49B48F;
 }
</style>

background-color css

<style>
 a { background-color: #49B48F; }

 a { background-color: rgb(73,180,143); }

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

border-color css

<style>
 span { border-color: #49B48F; }

 span { border-color: rgb(73,180,143); }

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