Html Css Color HEX #50B995 Keppel

📋 copy color: '#50B995'

red 80 ◦ green 185 ◦ blue 149

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

Shades of Keppel #50B995

Tints of Keppel #50B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 19.32%
G = 44.69%
B = 35.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#50B995 (or 0x50B995) is known color: Keppel. HEX triplet: 50, B9 and 95. RGB value is (80,185,149). Sum of RGB (Red+Green+Blue) = 80+185+149=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #50B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B995 is #AF466A. Grayscale: #959595. Windows color (decimal): -11486827 or 9812304. OLE color: 9812304.

HSL color Cylindrical-coordinate representation of color #50B995: hue angle of 159.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B995 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 149 -
CMYK 0.57 0 0.19 0.27
HSL 159.43º 0.43% 0.52% -
HSV(B) 159.43º 0.57% 0.73% -
XYZ 26.08 38.57 34.5 -
YUV 149.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 80 185 149 0.57 0 0.19 0.27 159.43 0.43 0.52
Hex 50 B9 95 39 0 13 1B 9F 2B 34
Octal 120 271 225 71 0 23 33 237 53 64
Binary 1010000 10111001 10010101 111001 0 10011 11011 10011111 101011 110100

Color Harmonies of #50B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B995

Black with #50B995

Text Example


Text Example

White with #50B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,149); }

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

background-color css

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

 a { background-color: rgb(80,185,149); }

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

border-color css

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

 span { border-color: rgb(80,185,149); }

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