Html Css Color HEX #49BB8D Keppel

📋 copy color: '#49BB8D'

red 73 ◦ green 187 ◦ blue 141

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

Shades of Keppel #49BB8D

Tints of Keppel #49BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 18.2%
G = 46.63%
B = 35.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#49BB8D (or 0x49BB8D) is known color: Keppel. HEX triplet: 49, BB and 8D. RGB value is (73,187,141). Sum of RGB (Red+Green+Blue) = 73+187+141=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB8D is #B64472. Grayscale: #939393. Windows color (decimal): -11945075 or 9288521. OLE color: 9288521.

HSL color Cylindrical-coordinate representation of color #49BB8D: hue angle of 155.79º degrees, saturation: 0.46, 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 #49BB8D is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 141 -
CMYK 0.61 0 0.25 0.27
HSL 155.79º 0.46% 0.51% -
HSV(B) 155.79º 0.61% 0.73% -
XYZ 25.33 38.88 31.37 -
YUV 147.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 73 187 141 0.61 0 0.25 0.27 155.79 0.46 0.51
Hex 49 BB 8D 3D 0 19 1B 9C 2E 33
Octal 111 273 215 75 0 31 33 234 56 63
Binary 1001001 10111011 10001101 111101 0 11001 11011 10011100 101110 110011

Color Harmonies of #49BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB8D

Black with #49BB8D

Text Example


Text Example

White with #49BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,141); }

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

background-color css

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

 a { background-color: rgb(73,187,141); }

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

border-color css

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

 span { border-color: rgb(73,187,141); }

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