Html Css Color HEX #49BC8B Keppel

📋 copy color: '#49BC8B'

red 73 ◦ green 188 ◦ blue 139

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

Shades of Keppel #49BC8B

Tints of Keppel #49BC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 18.25%
G = 47%
B = 34.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#49BC8B (or 0x49BC8B) is known color: Keppel. HEX triplet: 49, BC and 8B. RGB value is (73,188,139). Sum of RGB (Red+Green+Blue) = 73+188+139=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC8B is #B64374. Grayscale: #949494. Windows color (decimal): -11944821 or 9157705. OLE color: 9157705.

HSL color Cylindrical-coordinate representation of color #49BC8B: hue angle of 154.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC8B is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 139 -
CMYK 0.61 0 0.26 0.26
HSL 154.43º 0.46% 0.51% -
HSV(B) 154.43º 0.61% 0.74% -
XYZ 25.39 39.25 30.66 -
YUV 148.03 122.9 74.48 -
System Red Green Blue C M Y K H S L
Decimal 73 188 139 0.61 0 0.26 0.26 154.43 0.46 0.51
Hex 49 BC 8B 3D 0 1A 1A 9A 2E 33
Octal 111 274 213 75 0 32 32 232 56 63
Binary 1001001 10111100 10001011 111101 0 11010 11010 10011010 101110 110011

Color Harmonies of #49BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC8B

Black with #49BC8B

Text Example


Text Example

White with #49BC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,139); }

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

background-color css

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

 a { background-color: rgb(73,188,139); }

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

border-color css

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

 span { border-color: rgb(73,188,139); }

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