Html Css Color HEX #49B88F Keppel

📋 copy color: '#49B88F'

red 73 ◦ green 184 ◦ blue 143

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

Shades of Keppel #49B88F

Tints of Keppel #49B88F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

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

R = 18.25%
G = 46%
B = 35.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#49B88F (or 0x49B88F) is known color: Keppel. HEX triplet: 49, B8 and 8F. RGB value is (73,184,143). Sum of RGB (Red+Green+Blue) = 73+184+143=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #49B88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B88F is #B64770. Grayscale: #929292. Windows color (decimal): -11945841 or 9418825. OLE color: 9418825.

HSL color Cylindrical-coordinate representation of color #49B88F: hue angle of 157.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B88F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 184 143 -
CMYK 0.60 0 0.22 0.28
HSL 157.84º 0.44% 0.5% -
HSV(B) 157.84º 0.6% 0.72% -
XYZ 24.85 37.68 31.95 -
YUV 146.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 73 184 143 0.60 0 0.22 0.28 157.84 0.44 0.5
Hex 49 B8 8F 3C 0 16 1C 9E 2C 32
Octal 111 270 217 74 0 26 34 236 54 62
Binary 1001001 10111000 10001111 111100 0 10110 11100 10011110 101100 110010

Color Harmonies of #49B88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B88F

Black with #49B88F

Text Example


Text Example

White with #49B88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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