Html Css Color HEX #49BA8C Keppel

📋 copy color: '#49BA8C'

red 73 ◦ green 186 ◦ blue 140

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

Shades of Keppel #49BA8C

Tints of Keppel #49BA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 18.3%
G = 46.62%
B = 35.09%

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

#49BA8C (or 0x49BA8C) is known color: Keppel. HEX triplet: 49, BA and 8C. RGB value is (73,186,140). Sum of RGB (Red+Green+Blue) = 73+186+140=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA8C is #B64573. Grayscale: #939393. Windows color (decimal): -11945332 or 9222729. OLE color: 9222729.

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

Color convert

RGB 73 186 140 -
CMYK 0.61 0 0.25 0.27
HSL 155.58º 0.45% 0.51% -
HSV(B) 155.58º 0.61% 0.73% -
XYZ 25.04 38.43 30.91 -
YUV 146.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 73 186 140 0.61 0 0.25 0.27 155.58 0.45 0.51
Hex 49 BA 8C 3D 0 19 1B 9C 2D 33
Octal 111 272 214 75 0 31 33 234 55 63
Binary 1001001 10111010 10001100 111101 0 11001 11011 10011100 101101 110011

Color Harmonies of #49BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA8C

Black with #49BA8C

Text Example


Text Example

White with #49BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,140); }

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

background-color css

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

 a { background-color: rgb(73,186,140); }

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

border-color css

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

 span { border-color: rgb(73,186,140); }

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