Html Css Color HEX #49BD8E Keppel

📋 copy color: '#49BD8E'

red 73 ◦ green 189 ◦ blue 142

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

Shades of Keppel #49BD8E

Tints of Keppel #49BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 18.07%
G = 46.78%
B = 35.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#49BD8E (or 0x49BD8E) is known color: Keppel. HEX triplet: 49, BD and 8E. RGB value is (73,189,142). Sum of RGB (Red+Green+Blue) = 73+189+142=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD8E is #B64271. Grayscale: #959595. Windows color (decimal): -11944562 or 9354569. OLE color: 9354569.

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

Color convert

RGB 73 189 142 -
CMYK 0.61 0 0.25 0.26
HSL 155.69º 0.47% 0.51% -
HSV(B) 155.69º 0.61% 0.74% -
XYZ 25.83 39.76 31.91 -
YUV 148.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 73 189 142 0.61 0 0.25 0.26 155.69 0.47 0.51
Hex 49 BD 8E 3D 0 19 1A 9C 2F 33
Octal 111 275 216 75 0 31 32 234 57 63
Binary 1001001 10111101 10001110 111101 0 11001 11010 10011100 101111 110011

Color Harmonies of #49BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD8E

Black with #49BD8E

Text Example


Text Example

White with #49BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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