Html Css Color HEX #50B690 Keppel

📋 copy color: '#50B690'

red 80 ◦ green 182 ◦ blue 144

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

Shades of Keppel #50B690

Tints of Keppel #50B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.83%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 19.7%
G = 44.83%
B = 35.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#50B690 (or 0x50B690) is known color: Keppel. HEX triplet: 50, B6 and 90. RGB value is (80,182,144). Sum of RGB (Red+Green+Blue) = 80+182+144=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #50B690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B690 is #AF496F. Grayscale: #939393. Windows color (decimal): -11487600 or 9483856. OLE color: 9483856.

HSL color Cylindrical-coordinate representation of color #50B690: hue angle of 157.65º 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 #50B690 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 182 144 -
CMYK 0.56 0 0.21 0.29
HSL 157.65º 0.41% 0.51% -
HSV(B) 157.65º 0.56% 0.71% -
XYZ 25.07 37.17 32.24 -
YUV 147.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 80 182 144 0.56 0 0.21 0.29 157.65 0.41 0.51
Hex 50 B6 90 38 0 15 1D 9E 29 33
Octal 120 266 220 70 0 25 35 236 51 63
Binary 1010000 10110110 10010000 111000 0 10101 11101 10011110 101001 110011

Color Harmonies of #50B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B690

Black with #50B690

Text Example


Text Example

White with #50B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,182,144); }

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

background-color css

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

 a { background-color: rgb(80,182,144); }

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

border-color css

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

 span { border-color: rgb(80,182,144); }

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