#49BE8E

Color #49BE8E Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #49BE8E

Tints of Keppel #49BE8E

Color information

#49BE8E (or 0x49BE8E) is unknown color: approx Keppel. HEX triplet: 49, BE and 8E. RGB value is (73,190,142). Sum of RGB (Red+Green+Blue) = 73+190+142=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE8E is #B64171. Grayscale: #959595. Windows color (decimal): -11944306 or 9354825. OLE color: 9354825.

HSL color Cylindrical-coordinate representation of color #49BE8E: hue angle of 155.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE8E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB73190142-
CMYK0.6200.250.25
HSL155.38º47.37%51.57%-
HSV(B)155.38º61.58%74.51%-
XYZ26.0440.231.98-
YUV149.54123.7473.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=18.02%
G=46.91%
B=35.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731901420.6200.250.25155.3847.3751.57
Hex49BE8E3E019199b2f34
Octal11127621676031312335764
Binary100100110111110100011101111100110011100110011011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,190,142); }

 H1.HeaderClassName
 {
   color: #49BE8E;
 }
 .AnyTagClassName
 {
   color: #49BE8E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,190,142); }

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

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

 span { border-color: rgb(73,190,142); }

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