Html Css Color HEX #49B98F Keppel

📋 copy color: '#49B98F'

red 73 ◦ green 185 ◦ blue 143

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

Shades of Keppel #49B98F

Tints of Keppel #49B98F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.13%

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

R = 18.2%
G = 46.13%
B = 35.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#49B98F (or 0x49B98F) is known color: Keppel. HEX triplet: 49, B9 and 8F. RGB value is (73,185,143). Sum of RGB (Red+Green+Blue) = 73+185+143=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #49B98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B98F is #B64670. Grayscale: #929292. Windows color (decimal): -11945585 or 9419081. OLE color: 9419081.

HSL color Cylindrical-coordinate representation of color #49B98F: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B98F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 143 -
CMYK 0.61 0 0.23 0.27
HSL 157.5º 0.44% 0.51% -
HSV(B) 157.5º 0.61% 0.73% -
XYZ 25.05 38.1 32.02 -
YUV 146.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 73 185 143 0.61 0 0.23 0.27 157.5 0.44 0.51
Hex 49 B9 8F 3D 0 17 1B 9E 2C 33
Octal 111 271 217 75 0 27 33 236 54 63
Binary 1001001 10111001 10001111 111101 0 10111 11011 10011110 101100 110011

Color Harmonies of #49B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B98F

Black with #49B98F

Text Example


Text Example

White with #49B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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