Html Css Color HEX #50B594 Keppel

📋 copy color: '#50B594'

red 80 ◦ green 181 ◦ blue 148

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

Shades of Keppel #50B594

Tints of Keppel #50B594

RGB

 RED value IS 80 (31.64% from 255) = 19.56%

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 19.56%
G = 44.25%
B = 36.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#50B594 (or 0x50B594) is known color: Keppel. HEX triplet: 50, B5 and 94. RGB value is (80,181,148). Sum of RGB (Red+Green+Blue) = 80+181+148=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #50B594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B594 is #AF4A6B. Grayscale: #939393. Windows color (decimal): -11487852 or 9745744. OLE color: 9745744.

HSL color Cylindrical-coordinate representation of color #50B594: hue angle of 160.4º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B594 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 148 -
CMYK 0.56 0 0.18 0.29
HSL 160.4º 0.41% 0.51% -
HSV(B) 160.4º 0.56% 0.71% -
XYZ 25.18 36.89 33.81 -
YUV 147.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 80 181 148 0.56 0 0.18 0.29 160.4 0.41 0.51
Hex 50 B5 94 38 0 12 1D A0 29 33
Octal 120 265 224 70 0 22 35 240 51 63
Binary 1010000 10110101 10010100 111000 0 10010 11101 10100000 101001 110011

Color Harmonies of #50B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B594

Black with #50B594

Text Example


Text Example

White with #50B594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B594; }

 p { color: rgb(80,181,148); }

 H1.HeaderClassName
 {
   color: #50B594;
 }
 .AnyTagClassName
 {
   color: #50B594;
 }
</style>

background-color css

<style>
 a { background-color: #50B594; }

 a { background-color: rgb(80,181,148); }

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

border-color css

<style>
 span { border-color: #50B594; }

 span { border-color: rgb(80,181,148); }

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